#DFEDD1

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

Shades of Frostee #DFEDD1

Tints of Frostee #DFEDD1

Color information

#DFEDD1 (or 0xDFEDD1) is unknown color: approx Frostee. HEX triplet: DF, ED and D1. RGB value is (223,237,209). Sum of RGB (Red+Green+Blue) = 223+237+209=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 209 (82.03% from 255 or 31.24% from 669); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDD1 is #20122E. Grayscale: #E5E5E5. Windows color (decimal): -2101807 or 13757919. OLE color: 13757919.

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

Color convert

RGB223237209-
CMYK0.0600.120.07
HSL90º43.75%87.45%-
HSV(B)90º11.81%92.94%-
XYZ72.2280.8672.12-
YUV229.62116.36123.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.33%
GREEN value IS 237 (92.97% from 255) = 35.43%
BLUE value IS 209 (82.03% from 255) = 31.24%
R=33.33%
G=35.43%
B=31.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232372090.0600.120.079043.7587.45
HexDFEDD160C75a2c57
Octal3373553216014713254127
Binary1101111111101101110100011100110011110110101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEDD1; }

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

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

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

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

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

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

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

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