#DBD7DC

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

Shades of Titan White #DBD7DC

Tints of Titan White #DBD7DC

Color information

#DBD7DC (or 0xDBD7DC) is unknown color: approx Titan White. HEX triplet: DB, D7 and DC. RGB value is (219,215,220). Sum of RGB (Red+Green+Blue) = 219+215+220=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBD7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7DC is #242823. Grayscale: #D8D8D8. Windows color (decimal): -2369572 or 14473179. OLE color: 14473179.

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

Color convert

RGB219215220-
CMYK0.000.0200.14
HSL288º6.67%85.29%-
HSV(B)288º2.27%86.27%-
XYZ66.4368.8377.49-
YUV216.77129.83129.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.49%
GREEN value IS 215 (84.38% from 255) = 32.87%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=33.49%
G=32.87%
B=33.64%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192152200.000.0200.142886.6785.29
HexDBD7DC020E120755
Octal333327334020164407125
Binary110110111101011111011100010011101001000001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD7DC; }

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

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

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

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

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

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

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

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