#DBD4DE

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

Shades of Titan White #DBD4DE

Tints of Titan White #DBD4DE

Color information

#DBD4DE (or 0xDBD4DE) is unknown color: approx Titan White. HEX triplet: DB, D4 and DE. RGB value is (219,212,222). Sum of RGB (Red+Green+Blue) = 219+212+222=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBD4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4DE is #242B21. Grayscale: #D7D7D7. Windows color (decimal): -2370338 or 14603483. OLE color: 14603483.

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

Color convert

RGB219212222-
CMYK0.010.0500.13
HSL282º13.16%85.1%-
HSV(B)282º4.5%87.06%-
XYZ65.9467.4278.65-
YUV215.23131.82130.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.54%
GREEN value IS 212 (83.20% from 255) = 32.47%
BLUE value IS 222 (87.11% from 255) = 34.00%
R=33.54%
G=32.47%
B=34.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192122220.010.0500.1328213.1685.1
HexDBD4DE150D11ad55
Octal3333243361501543215125
Binary11011011110101001101111011010110110001101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4DE; }

 p { color: rgb(219,212,222); }

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

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

 a { background-color: rgb(219,212,222); }

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

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

 span { border-color: rgb(219,212,222); }

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