#DBDDC6

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

Shades of Frost #DBDDC6

Tints of Frost #DBDDC6

Color information

#DBDDC6 (or 0xDBDDC6) is unknown color: approx Frost. HEX triplet: DB, DD and C6. RGB value is (219,221,198). Sum of RGB (Red+Green+Blue) = 219+221+198=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDC6 is #242239. Grayscale: #D9D9D9. Windows color (decimal): -2368058 or 13032923. OLE color: 13032923.

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

Color convert

RGB219221198-
CMYK0.0100.100.13
HSL65.22º25.27%82.16%-
HSV(B)65.22º10.41%86.67%-
XYZ65.2670.8563.66-
YUV217.78116.84128.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.33%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 198 (77.73% from 255) = 31.03%
R=34.33%
G=34.64%
B=31.03%

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
Decimal2192211980.0100.100.1365.2225.2782.16
HexDBDDC610AD411952
Octal33333530610121510131122
Binary11011011110111011100011010101011011000001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDC6; }

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

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

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

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

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

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

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

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