#DBDDC3

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

Shades of Frost #DBDDC3

Tints of Frost #DBDDC3

Color information

#DBDDC3 (or 0xDBDDC3) is unknown color: approx Frost. HEX triplet: DB, DD and C3. RGB value is (219,221,195). Sum of RGB (Red+Green+Blue) = 219+221+195=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDC3 is #24223C. Grayscale: #D9D9D9. Windows color (decimal): -2368061 or 12836315. OLE color: 12836315.

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

Color convert

RGB219221195-
CMYK0.0100.120.13
HSL64.62º27.66%81.57%-
HSV(B)64.62º11.76%86.67%-
XYZ64.9270.7161.86-
YUV217.44115.34129.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.49%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 195 (76.56% from 255) = 30.71%
R=34.49%
G=34.80%
B=30.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192211950.0100.120.1364.6227.6681.57
HexDBDDC310CD411c52
Octal33333530310141510134122
Binary11011011110111011100001110110011011000001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDC3; }

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

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

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

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

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

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

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

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