#DFEED1

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

Shades of Frostee #DFEED1

Tints of Frostee #DFEED1

Color information

#DFEED1 (or 0xDFEED1) is unknown color: approx Frostee. HEX triplet: DF, EE and D1. RGB value is (223,238,209). Sum of RGB (Red+Green+Blue) = 223+238+209=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 209 (82.03% from 255 or 31.19% from 670); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEED1 is #20112E. Grayscale: #E6E6E6. Windows color (decimal): -2101551 or 13758175. OLE color: 13758175.

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

Color convert

RGB223238209-
CMYK0.0600.120.07
HSL91.03º46.03%87.65%-
HSV(B)91.03º12.18%93.33%-
XYZ72.5181.4472.22-
YUV230.21116.03122.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.28%
GREEN value IS 238 (93.36% from 255) = 35.52%
BLUE value IS 209 (82.03% from 255) = 31.19%
R=33.28%
G=35.52%
B=31.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232382090.0600.120.0791.0346.0387.65
HexDFEED160C75b2e58
Octal3373563216014713356130
Binary1101111111101110110100011100110011110110111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEED1; }

 p { color: rgb(223,238,209); }

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

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

 a { background-color: rgb(223,238,209); }

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

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

 span { border-color: rgb(223,238,209); }

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