#DFEDD4

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

Shades of Frostee #DFEDD4

Tints of Frostee #DFEDD4

Color information

#DFEDD4 (or 0xDFEDD4) is unknown color: approx Frostee. HEX triplet: DF, ED and D4. RGB value is (223,237,212). Sum of RGB (Red+Green+Blue) = 223+237+212=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 212 (83.20% from 255 or 31.55% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDD4 is #20122B. Grayscale: #E6E6E6. Windows color (decimal): -2101804 or 13954527. OLE color: 13954527.

HSL color Cylindrical-coordinate representation of color #DFEDD4: hue angle of 93.6º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFEDD4 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB223237212-
CMYK0.0600.110.07
HSL93.6º40.98%88.04%-
HSV(B)93.6º10.55%92.94%-
XYZ72.681.0174.1-
YUV229.96117.86123.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.18%
GREEN value IS 237 (92.97% from 255) = 35.27%
BLUE value IS 212 (83.20% from 255) = 31.55%
R=33.18%
G=35.27%
B=31.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232372120.0600.110.0793.640.9888.04
HexDFEDD460B75e2958
Octal3373553246013713651130
Binary1101111111101101110101001100101111110111101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEDD4; }

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

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

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

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

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

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

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

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