#DBDDBB

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

Shades of Frost #DBDDBB

Tints of Frost #DBDDBB

Color information

#DBDDBB (or 0xDBDDBB) is unknown color: approx Frost. HEX triplet: DB, DD and BB. RGB value is (219,221,187). Sum of RGB (Red+Green+Blue) = 219+221+187=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDBB is #242244. Grayscale: #D8D8D8. Windows color (decimal): -2368069 or 12312027. OLE color: 12312027.

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

Color convert

RGB219221187-
CMYK0.0100.150.13
HSL63.53º33.33%80%-
HSV(B)63.53º15.38%86.67%-
XYZ64.0470.3657.22-
YUV216.53111.34129.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.93%
GREEN value IS 221 (86.72% from 255) = 35.25%
BLUE value IS 187 (73.44% from 255) = 29.82%
R=34.93%
G=35.25%
B=29.82%

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
Decimal2192211870.0100.150.1363.5333.3380
HexDBDDBB10FD402150
Octal33333527310171510041120
Binary110110111101110110111011101111110110000001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDBB; }

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

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

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

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

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

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

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

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