#DCDEBD

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

Shades of Frost #DCDEBD

Tints of Frost #DCDEBD

Color information

#DCDEBD (or 0xDCDEBD) is unknown color: approx Frost. HEX triplet: DC, DE and BD. RGB value is (220,222,189). Sum of RGB (Red+Green+Blue) = 220+222+189=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEBD is #232142. Grayscale: #D9D9D9. Windows color (decimal): -2302275 or 12443356. OLE color: 12443356.

HSL color Cylindrical-coordinate representation of color #DCDEBD: hue angle of 63.64º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCDEBD is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB220222189-
CMYK0.0100.150.13
HSL63.64º33.33%80.59%-
HSV(B)63.64º14.86%87.06%-
XYZ64.8271.1358.46-
YUV217.64111.84129.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 222 (87.11% from 255) = 35.18%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=34.87%
G=35.18%
B=29.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202221890.0100.150.1363.6433.3380.59
HexDCDEBD10FD402151
Octal33433627510171510041121
Binary110111001101111010111101101111110110000001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEBD; }

 p { color: rgb(220,222,189); }

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

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

 a { background-color: rgb(220,222,189); }

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

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

 span { border-color: rgb(220,222,189); }

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