#DFEAD1

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

Shades of Frostee #DFEAD1

Tints of Frostee #DFEAD1

Color information

#DFEAD1 (or 0xDFEAD1) is unknown color: approx Frostee. HEX triplet: DF, EA and D1. RGB value is (223,234,209). Sum of RGB (Red+Green+Blue) = 223+234+209=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEAD1 is #20152E. Grayscale: #E3E3E3. Windows color (decimal): -2102575 or 13757151. OLE color: 13757151.

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

Color convert

RGB223234209-
CMYK0.0500.110.08
HSL86.4º37.31%86.86%-
HSV(B)86.4º10.68%91.76%-
XYZ71.3679.1471.84-
YUV227.86117.36124.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.48%
GREEN value IS 234 (91.80% from 255) = 35.14%
BLUE value IS 209 (82.03% from 255) = 31.38%
R=33.48%
G=35.14%
B=31.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232342090.0500.110.0886.437.3186.86
HexDFEAD150B8562557
Octal33735232150131012645127
Binary11011111111010101101000110101011100010101101001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEAD1; }

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

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

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

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

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

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

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

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