#DFEDD2

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

Shades of Frostee #DFEDD2

Tints of Frostee #DFEDD2

Color information

#DFEDD2 (or 0xDFEDD2) is unknown color: approx Frostee. HEX triplet: DF, ED and D2. RGB value is (223,237,210). Sum of RGB (Red+Green+Blue) = 223+237+210=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 210 (82.42% from 255 or 31.34% from 670); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDD2 is #20122D. Grayscale: #E5E5E5. Windows color (decimal): -2101806 or 13823455. OLE color: 13823455.

HSL color Cylindrical-coordinate representation of color #DFEDD2: hue angle of 91.11º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFEDD2 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB223237210-
CMYK0.0600.110.07
HSL91.11º42.86%87.65%-
HSV(B)91.11º11.39%92.94%-
XYZ72.3580.9172.78-
YUV229.74116.86123.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.28%
GREEN value IS 237 (92.97% from 255) = 35.37%
BLUE value IS 210 (82.42% from 255) = 31.34%
R=33.28%
G=35.37%
B=31.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232372100.0600.110.0791.1142.8687.65
HexDFEDD260B75b2b58
Octal3373553226013713353130
Binary1101111111101101110100101100101111110110111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEDD2; }

 p { color: rgb(223,237,210); }

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

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

 a { background-color: rgb(223,237,210); }

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

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

 span { border-color: rgb(223,237,210); }

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