#DBD6DE

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

Shades of Titan White #DBD6DE

Tints of Titan White #DBD6DE

Color information

#DBD6DE (or 0xDBD6DE) is unknown color: approx Titan White. HEX triplet: DB, D6 and DE. RGB value is (219,214,222). Sum of RGB (Red+Green+Blue) = 219+214+222=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBD6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6DE is #242921. Grayscale: #D8D8D8. Windows color (decimal): -2369826 or 14603995. OLE color: 14603995.

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

Color convert

RGB219214222-
CMYK0.010.0400.13
HSL277.5º10.81%85.49%-
HSV(B)277.5º3.6%87.06%-
XYZ66.4468.4378.81-
YUV216.41131.16129.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.44%
GREEN value IS 214 (83.98% from 255) = 32.67%
BLUE value IS 222 (87.11% from 255) = 33.89%
R=33.44%
G=32.67%
B=33.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192142220.010.0400.13277.510.8185.49
HexDBD6DE140D116b55
Octal3333263361401542613125
Binary11011011110101101101111011000110110001011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD6DE; }

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

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

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

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

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

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

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

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