#DBDDBD

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

Shades of Frost #DBDDBD

Tints of Frost #DBDDBD

Color information

#DBDDBD (or 0xDBDDBD) is unknown color: approx Frost. HEX triplet: DB, DD and BD. RGB value is (219,221,189). Sum of RGB (Red+Green+Blue) = 219+221+189=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDBD is #242242. Grayscale: #D8D8D8. Windows color (decimal): -2368067 or 12443099. OLE color: 12443099.

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

Color convert

RGB219221189-
CMYK0.0100.140.13
HSL63.75º32%80.39%-
HSV(B)63.75º14.48%86.67%-
XYZ64.2670.4558.36-
YUV216.75112.34129.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 221 (86.72% from 255) = 35.14%
BLUE value IS 189 (74.22% from 255) = 30.05%
R=34.82%
G=35.14%
B=30.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192211890.0100.140.1363.753280.39
HexDBDDBD10ED402050
Octal33333527510161510040120
Binary110110111101110110111101101110110110000001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDBD; }

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

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

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

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

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

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

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

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