#D6CBDA

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

Shades of Titan White #D6CBDA

Tints of Titan White #D6CBDA

Color information

#D6CBDA (or 0xD6CBDA) is unknown color: approx Titan White. HEX triplet: D6, CB and DA. RGB value is (214,203,218). Sum of RGB (Red+Green+Blue) = 214+203+218=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBDA is #293425. Grayscale: #CFCFCF. Windows color (decimal): -2700326 or 14339030. OLE color: 14339030.

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

Color convert

RGB214203218-
CMYK0.020.0700.15
HSL284º16.85%82.55%-
HSV(B)284º6.88%85.49%-
XYZ61.7462.0775.06-
YUV208133.64132.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.70%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=33.70%
G=31.97%
B=34.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142032180.020.0700.1528416.8582.55
HexD6CBDA270F11c1153
Octal3263133322701743421123
Binary1101011011001011110110101011101111100011100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBDA; }

 p { color: rgb(214,203,218); }

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

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

 a { background-color: rgb(214,203,218); }

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

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

 span { border-color: rgb(214,203,218); }

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