#DBD9DC

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

Shades of Titan White #DBD9DC

Tints of Titan White #DBD9DC

Color information

#DBD9DC (or 0xDBD9DC) is unknown color: approx Titan White. HEX triplet: DB, D9 and DC. RGB value is (219,217,220). Sum of RGB (Red+Green+Blue) = 219+217+220=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBD9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9DC is #242623. Grayscale: #D9D9D9. Windows color (decimal): -2369060 or 14473691. OLE color: 14473691.

HSL color Cylindrical-coordinate representation of color #DBD9DC: hue angle of 280º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DBD9DC is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219217220-
CMYK0.000.0100.14
HSL280º4.11%85.69%-
HSV(B)280º1.36%86.27%-
XYZ66.9469.8577.66-
YUV217.94129.16128.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.38%
GREEN value IS 217 (85.16% from 255) = 33.08%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=33.38%
G=33.08%
B=33.54%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192172200.000.0100.142804.1185.69
HexDBD9DC010E118456
Octal333331334010164304126
Binary11011011110110011101110001011101000110001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9DC; }

 p { color: rgb(219,217,220); }

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

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

 a { background-color: rgb(219,217,220); }

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

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

 span { border-color: rgb(219,217,220); }

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