#DDFFD3

Color #DDFFD3 Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #DDFFD3

Tints of Blue Romance #DDFFD3

Color information

#DDFFD3 (or 0xDDFFD3) is unknown color: approx Blue Romance. HEX triplet: DD, FF and D3. RGB value is (221,255,211). Sum of RGB (Red+Green+Blue) = 221+255+211=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 211 (82.81% from 255 or 30.71% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFD3 is #22002C. Grayscale: #EFEFEF. Windows color (decimal): -2228269 or 13893597. OLE color: 13893597.

HSL color Cylindrical-coordinate representation of color #DDFFD3: hue angle of 106.36º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDFFD3 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB221255211-
CMYK0.1300.170
HSL106.36º100%91.37%-
HSV(B)106.36º17.25%100%-
XYZ77.3491.675.23-
YUV239.82111.74114.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 32.17%
GREEN value IS 255 (100% from 255) = 37.12%
BLUE value IS 211 (82.81% from 255) = 30.71%
R=32.17%
G=37.12%
B=30.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212552110.1300.170106.3610091.37
HexDDFFD3D01106a645b
Octal335377323150210152144133
Binary11011101111111111101001111010100010110101011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFD3; }

 p { color: rgb(221,255,211); }

 H1.HeaderClassName
 {
   color: #DDFFD3;
 }
 .AnyTagClassName
 {
   color: #DDFFD3;
 }
</style>
background-color css

<style>
 a { background-color: #DDFFD3; }

 a { background-color: rgb(221,255,211); }

 div.DivClassName
 {
   background-color: #DDFFD3;
 }
 .BgClassName
 {
   background-color: #DDFFD3;
 }
</style>
border-color css

<style>
 span { border-color: #DDFFD3; }

 span { border-color: rgb(221,255,211); }

 td.TdClassName
 {
   border-color: #DDFFD3;
 }
 .TagClassName
 {
   border-color: #DDFFD3;
 }
</style>