#DFEECC

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

Shades of Frostee #DFEECC

Tints of Frostee #DFEECC

Color information

#DFEECC (or 0xDFEECC) is unknown color: approx Frostee. HEX triplet: DF, EE and CC. RGB value is (223,238,204). Sum of RGB (Red+Green+Blue) = 223+238+204=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEECC is #201133. Grayscale: #E5E5E5. Windows color (decimal): -2101556 or 13430495. OLE color: 13430495.

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

Color convert

RGB223238204-
CMYK0.0600.140.07
HSL86.47º50%86.67%-
HSV(B)86.47º14.29%93.33%-
XYZ71.9181.269.01-
YUV229.64113.53123.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.53%
GREEN value IS 238 (93.36% from 255) = 35.79%
BLUE value IS 204 (80.08% from 255) = 30.68%
R=33.53%
G=35.79%
B=30.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232382040.0600.140.0786.475086.67
HexDFEECC60E7563257
Octal3373563146016712662127
Binary1101111111101110110011001100111011110101101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEECC; }

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

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

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

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

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

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

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

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