#DBDEBD

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

Shades of Frost #DBDEBD

Tints of Frost #DBDEBD

Color information

#DBDEBD (or 0xDBDEBD) is unknown color: approx Frost. HEX triplet: DB, DE and BD. RGB value is (219,222,189). Sum of RGB (Red+Green+Blue) = 219+222+189=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEBD is #242142. Grayscale: #D9D9D9. Windows color (decimal): -2367811 or 12443355. OLE color: 12443355.

HSL color Cylindrical-coordinate representation of color #DBDEBD: hue angle of 65.45º 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 #DBDEBD is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB219222189-
CMYK0.0100.150.13
HSL65.45º33.33%80.59%-
HSV(B)65.45º14.86%87.06%-
XYZ64.5270.9858.44-
YUV217.34112.01129.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.76%
GREEN value IS 222 (87.11% from 255) = 35.24%
BLUE value IS 189 (74.22% from 255) = 30%
R=34.76%
G=35.24%
B=30%

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
Decimal2192221890.0100.150.1365.4533.3380.59
HexDBDEBD10FD412151
Octal33333627510171510141121
Binary110110111101111010111101101111110110000011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDEBD; }

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

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

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

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

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

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

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

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