#DFEAD2

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

Shades of Frostee #DFEAD2

Tints of Frostee #DFEAD2

Color information

#DFEAD2 (or 0xDFEAD2) is unknown color: approx Frostee. HEX triplet: DF, EA and D2. RGB value is (223,234,210). Sum of RGB (Red+Green+Blue) = 223+234+210=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEAD2 is #20152D. Grayscale: #E4E4E4. Windows color (decimal): -2102574 or 13822687. OLE color: 13822687.

HSL color Cylindrical-coordinate representation of color #DFEAD2: hue angle of 87.5º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFEAD2 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB223234210-
CMYK0.0500.100.08
HSL87.5º36.36%87.06%-
HSV(B)87.5º10.26%91.76%-
XYZ71.4979.1972.49-
YUV227.98117.86124.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.43%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 210 (82.42% from 255) = 31.48%
R=33.43%
G=35.08%
B=31.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232342100.0500.100.0887.536.3687.06
HexDFEAD250A8582457
Octal33735232250121013044127
Binary11011111111010101101001010101010100010110001001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEAD2; }

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

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

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

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

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

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

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

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