#DCEDD0

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

Shades of Frostee #DCEDD0

Tints of Frostee #DCEDD0

Color information

#DCEDD0 (or 0xDCEDD0) is unknown color: approx Frostee. HEX triplet: DC, ED and D0. RGB value is (220,237,208). Sum of RGB (Red+Green+Blue) = 220+237+208=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 208 (81.64% from 255 or 31.28% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDD0 is #23122F. Grayscale: #E4E4E4. Windows color (decimal): -2298416 or 13692380. OLE color: 13692380.

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

Color convert

RGB220237208-
CMYK0.0700.120.07
HSL95.17º44.62%87.25%-
HSV(B)95.17º12.24%92.94%-
XYZ71.1880.3471.43-
YUV228.61116.37121.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.08%
GREEN value IS 237 (92.97% from 255) = 35.64%
BLUE value IS 208 (81.64% from 255) = 31.28%
R=33.08%
G=35.64%
B=31.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202372080.0700.120.0795.1744.6287.25
HexDCEDD070C75f2d57
Octal3343553207014713755127
Binary1101110011101101110100001110110011110111111011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDD0; }

 p { color: rgb(220,237,208); }

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

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

 a { background-color: rgb(220,237,208); }

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

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

 span { border-color: rgb(220,237,208); }

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