#DFEDCD

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

Shades of Frostee #DFEDCD

Tints of Frostee #DFEDCD

Color information

#DFEDCD (or 0xDFEDCD) is unknown color: approx Frostee. HEX triplet: DF, ED and CD. RGB value is (223,237,205). Sum of RGB (Red+Green+Blue) = 223+237+205=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDCD is #201232. Grayscale: #E5E5E5. Windows color (decimal): -2101811 or 13495775. OLE color: 13495775.

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

Color convert

RGB223237205-
CMYK0.0600.140.07
HSL86.25º47.06%86.67%-
HSV(B)86.25º13.5%92.94%-
XYZ71.7480.6669.55-
YUV229.17114.36123.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.53%
GREEN value IS 237 (92.97% from 255) = 35.64%
BLUE value IS 205 (80.47% from 255) = 30.83%
R=33.53%
G=35.64%
B=30.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232372050.0600.140.0786.2547.0686.67
HexDFEDCD60E7562f57
Octal3373553156016712657127
Binary1101111111101101110011011100111011110101101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEDCD; }

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

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

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

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

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

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

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

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