#DFEAD5

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

Shades of Frostee #DFEAD5

Tints of Frostee #DFEAD5

Color information

#DFEAD5 (or 0xDFEAD5) is unknown color: approx Frostee. HEX triplet: DF, EA and D5. RGB value is (223,234,213). Sum of RGB (Red+Green+Blue) = 223+234+213=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEAD5 is #20152A. Grayscale: #E4E4E4. Windows color (decimal): -2102571 or 14019295. OLE color: 14019295.

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

Color convert

RGB223234213-
CMYK0.0500.090.08
HSL91.43º33.33%87.65%-
HSV(B)91.43º8.97%91.76%-
XYZ71.8679.3474.48-
YUV228.32119.36124.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.28%
GREEN value IS 234 (91.80% from 255) = 34.93%
BLUE value IS 213 (83.59% from 255) = 31.79%
R=33.28%
G=34.93%
B=31.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232342130.0500.090.0891.4333.3387.65
HexDFEAD550985b2158
Octal33735232550111013341130
Binary11011111111010101101010110101001100010110111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEAD5; }

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

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

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

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

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

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

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

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