#DFEAD7

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

Shades of Frostee #DFEAD7

Tints of Frostee #DFEAD7

Color information

#DFEAD7 (or 0xDFEAD7) is unknown color: approx Frostee. HEX triplet: DF, EA and D7. RGB value is (223,234,215). Sum of RGB (Red+Green+Blue) = 223+234+215=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEAD7 is #201528. Grayscale: #E4E4E4. Windows color (decimal): -2102569 or 14150367. OLE color: 14150367.

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

Color convert

RGB223234215-
CMYK0.0500.080.08
HSL94.74º31.15%88.04%-
HSV(B)94.74º8.12%91.76%-
XYZ72.1279.4475.82-
YUV228.54120.36124.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.18%
GREEN value IS 234 (91.80% from 255) = 34.82%
BLUE value IS 215 (84.38% from 255) = 31.99%
R=33.18%
G=34.82%
B=31.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232342150.0500.080.0894.7431.1588.04
HexDFEAD750885f1f58
Octal33735232750101013737130
Binary1101111111101010110101111010100010001011111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEAD7; }

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

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

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

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

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

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

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

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