#D8D2DB

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

Shades of Titan White #D8D2DB

Tints of Titan White #D8D2DB

Color information

#D8D2DB (or 0xD8D2DB) is unknown color: approx Titan White. HEX triplet: D8, D2 and DB. RGB value is (216,210,219). Sum of RGB (Red+Green+Blue) = 216+210+219=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 210 (82.42% from 255 or 32.56% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8D2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D2DB is #272D24. Grayscale: #D4D4D4. Windows color (decimal): -2567461 or 14406360. OLE color: 14406360.

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

Color convert

RGB216210219-
CMYK0.010.0400.14
HSL280º11.11%84.12%-
HSV(B)280º4.11%85.88%-
XYZ64.1565.8176.34-
YUV212.82131.49130.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.49%
GREEN value IS 210 (82.42% from 255) = 32.56%
BLUE value IS 219 (85.94% from 255) = 33.95%
R=33.49%
G=32.56%
B=33.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162102190.010.0400.1428011.1184.12
HexD8D2DB140E118b54
Octal3303223331401643013124
Binary11011000110100101101101111000111010001100010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D2DB; }

 p { color: rgb(216,210,219); }

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

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

 a { background-color: rgb(216,210,219); }

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

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

 span { border-color: rgb(216,210,219); }

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