#DCEDCD

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

Shades of Frostee #DCEDCD

Tints of Frostee #DCEDCD

Color information

#DCEDCD (or 0xDCEDCD) is unknown color: approx Frostee. HEX triplet: DC, ED and CD. RGB value is (220,237,205). Sum of RGB (Red+Green+Blue) = 220+237+205=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDCD is #231232. Grayscale: #E4E4E4. Windows color (decimal): -2298419 or 13495772. OLE color: 13495772.

HSL color Cylindrical-coordinate representation of color #DCEDCD: hue angle of 91.88º 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 #DCEDCD is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB220237205-
CMYK0.0700.140.07
HSL91.88º47.06%86.67%-
HSV(B)91.88º13.5%92.94%-
XYZ70.8280.1969.5-
YUV228.27114.87122.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.23%
GREEN value IS 237 (92.97% from 255) = 35.80%
BLUE value IS 205 (80.47% from 255) = 30.97%
R=33.23%
G=35.80%
B=30.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202372050.0700.140.0791.8847.0686.67
HexDCEDCD70E75c2f57
Octal3343553157016713457127
Binary1101110011101101110011011110111011110111001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDCD; }

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

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

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

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

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

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

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

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