#DFEED0

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

Shades of Frostee #DFEED0

Tints of Frostee #DFEED0

Color information

#DFEED0 (or 0xDFEED0) is unknown color: approx Frostee. HEX triplet: DF, EE and D0. RGB value is (223,238,208). Sum of RGB (Red+Green+Blue) = 223+238+208=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 208 (81.64% from 255 or 31.09% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEED0 is #20112F. Grayscale: #E6E6E6. Windows color (decimal): -2101552 or 13692639. OLE color: 13692639.

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

Color convert

RGB223238208-
CMYK0.0600.130.07
HSL90º46.88%87.45%-
HSV(B)90º12.61%93.33%-
XYZ72.3981.3971.57-
YUV230.09115.53122.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.33%
GREEN value IS 238 (93.36% from 255) = 35.58%
BLUE value IS 208 (81.64% from 255) = 31.09%
R=33.33%
G=35.58%
B=31.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232382080.0600.130.079046.8887.45
HexDFEED060D75a2f57
Octal3373563206015713257127
Binary1101111111101110110100001100110111110110101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEED0; }

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

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

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

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

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

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

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

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