#DFE9D4

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

Shades of Frostee #DFE9D4

Tints of Frostee #DFE9D4

Color information

#DFE9D4 (or 0xDFE9D4) is unknown color: approx Frostee. HEX triplet: DF, E9 and D4. RGB value is (223,233,212). Sum of RGB (Red+Green+Blue) = 223+233+212=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 233 (91.41% from 255 or 34.88% from 668); Blue value is 212 (83.20% from 255 or 31.74% from 668); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE9D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE9D4 is #20162B. Grayscale: #E3E3E3. Windows color (decimal): -2102828 or 13953503. OLE color: 13953503.

HSL color Cylindrical-coordinate representation of color #DFE9D4: hue angle of 88.57º degrees, saturation: 0.32, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFE9D4 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB223233212-
CMYK0.0400.090.09
HSL88.57º32.31%87.25%-
HSV(B)88.57º9.01%91.37%-
XYZ71.4578.7273.72-
YUV227.62119.19124.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.38%
GREEN value IS 233 (91.41% from 255) = 34.88%
BLUE value IS 212 (83.20% from 255) = 31.74%
R=33.38%
G=34.88%
B=31.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232332120.0400.090.0988.5732.3187.25
HexDFE9D44099592057
Octal33735132440111113140127
Binary11011111111010011101010010001001100110110011000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE9D4; }

 p { color: rgb(223,233,212); }

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

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

 a { background-color: rgb(223,233,212); }

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

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

 span { border-color: rgb(223,233,212); }

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