#D6CBDC

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

Shades of Titan White #D6CBDC

Tints of Titan White #D6CBDC

Color information

#D6CBDC (or 0xD6CBDC) is unknown color: approx Titan White. HEX triplet: D6, CB and DC. RGB value is (214,203,220). Sum of RGB (Red+Green+Blue) = 214+203+220=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBDC is #293423. Grayscale: #D0D0D0. Windows color (decimal): -2700324 or 14470102. OLE color: 14470102.

HSL color Cylindrical-coordinate representation of color #D6CBDC: hue angle of 278.82º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6CBDC is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214203220-
CMYK0.030.0800.14
HSL278.82º19.54%82.94%-
HSV(B)278.82º7.73%86.27%-
XYZ62.0162.1876.44-
YUV208.23134.64132.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.59%
GREEN value IS 203 (79.69% from 255) = 31.87%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=33.59%
G=31.87%
B=34.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142032200.030.0800.14278.8219.5482.94
HexD6CBDC380E1171453
Octal32631333431001642724123
Binary11010110110010111101110011100001110100010111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBDC; }

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

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

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

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

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

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

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

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