#DFEDD3

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

Shades of Frostee #DFEDD3

Tints of Frostee #DFEDD3

Color information

#DFEDD3 (or 0xDFEDD3) is unknown color: approx Frostee. HEX triplet: DF, ED and D3. RGB value is (223,237,211). Sum of RGB (Red+Green+Blue) = 223+237+211=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 211 (82.81% from 255 or 31.45% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDD3 is #20122C. Grayscale: #E5E5E5. Windows color (decimal): -2101805 or 13888991. OLE color: 13888991.

HSL color Cylindrical-coordinate representation of color #DFEDD3: hue angle of 92.31º degrees, saturation: 0.42, 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 #DFEDD3 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB223237211-
CMYK0.0600.110.07
HSL92.31º41.94%87.84%-
HSV(B)92.31º10.97%92.94%-
XYZ72.4780.9673.44-
YUV229.85117.36123.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.23%
GREEN value IS 237 (92.97% from 255) = 35.32%
BLUE value IS 211 (82.81% from 255) = 31.45%
R=33.23%
G=35.32%
B=31.45%

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
Decimal2232372110.0600.110.0792.3141.9487.84
HexDFEDD360B75c2a58
Octal3373553236013713452130
Binary1101111111101101110100111100101111110111001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEDD3; }

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

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

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

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

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

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

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

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