#DBDDCD

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

Shades of Frost #DBDDCD

Tints of Frost #DBDDCD

Color information

#DBDDCD (or 0xDBDDCD) is unknown color: approx Frost. HEX triplet: DB, DD and CD. RGB value is (219,221,205). Sum of RGB (Red+Green+Blue) = 219+221+205=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDCD is #242232. Grayscale: #DADADA. Windows color (decimal): -2368051 or 13491675. OLE color: 13491675.

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

Color convert

RGB219221205-
CMYK0.0100.070.13
HSL67.5º19.05%83.53%-
HSV(B)67.5º7.24%86.67%-
XYZ66.0971.1868.01-
YUV218.58120.34128.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.95%
GREEN value IS 221 (86.72% from 255) = 34.26%
BLUE value IS 205 (80.47% from 255) = 31.78%
R=33.95%
G=34.26%
B=31.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192212050.0100.070.1367.519.0583.53
HexDBDDCD107D441354
Octal3333353151071510423124
Binary1101101111011101110011011011111011000100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDCD; }

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

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

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

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

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

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

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

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