#DBDDC7

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

Shades of Frost #DBDDC7

Tints of Frost #DBDDC7

Color information

#DBDDC7 (or 0xDBDDC7) is unknown color: approx Frost. HEX triplet: DB, DD and C7. RGB value is (219,221,199). Sum of RGB (Red+Green+Blue) = 219+221+199=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDC7 is #242238. Grayscale: #D9D9D9. Windows color (decimal): -2368057 or 13098459. OLE color: 13098459.

HSL color Cylindrical-coordinate representation of color #DBDDC7: hue angle of 65.45º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBDDC7 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB219221199-
CMYK0.0100.100.13
HSL65.45º24.44%82.35%-
HSV(B)65.45º9.95%86.67%-
XYZ65.3870.964.27-
YUV217.89117.34128.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.27%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 199 (78.12% from 255) = 31.14%
R=34.27%
G=34.59%
B=31.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192211990.0100.100.1365.4524.4482.35
HexDBDDC710AD411852
Octal33333530710121510130122
Binary11011011110111011100011110101011011000001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDC7; }

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

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

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

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

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

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

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

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