#DBD6DD

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

Shades of Titan White #DBD6DD

Tints of Titan White #DBD6DD

Color information

#DBD6DD (or 0xDBD6DD) is unknown color: approx Titan White. HEX triplet: DB, D6 and DD. RGB value is (219,214,221). Sum of RGB (Red+Green+Blue) = 219+214+221=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBD6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6DD is #242922. Grayscale: #D8D8D8. Windows color (decimal): -2369827 or 14538459. OLE color: 14538459.

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

Color convert

RGB219214221-
CMYK0.010.0300.13
HSL282.86º9.33%85.29%-
HSV(B)282.86º3.17%86.67%-
XYZ66.3168.3778.11-
YUV216.29130.66129.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.49%
GREEN value IS 214 (83.98% from 255) = 32.72%
BLUE value IS 221 (86.72% from 255) = 33.79%
R=33.49%
G=32.72%
B=33.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192142210.010.0300.13282.869.3385.29
HexDBD6DD130D11b955
Octal3333263351301543311125
Binary1101101111010110110111011110110110001101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD6DD; }

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

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

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

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

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

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

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

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