#D6C8DC

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

Shades of Titan White #D6C8DC

Tints of Titan White #D6C8DC

Color information

#D6C8DC (or 0xD6C8DC) is unknown color: approx Titan White. HEX triplet: D6, C8 and DC. RGB value is (214,200,220). Sum of RGB (Red+Green+Blue) = 214+200+220=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 200 (78.52% from 255 or 31.55% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C8DC is #293723. Grayscale: #CECECE. Windows color (decimal): -2701092 or 14469334. OLE color: 14469334.

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

Color convert

RGB214200220-
CMYK0.030.0900.14
HSL282º22.22%82.35%-
HSV(B)282º9.09%86.27%-
XYZ61.360.7776.21-
YUV206.47135.64133.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.75%
GREEN value IS 200 (78.52% from 255) = 31.55%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=33.75%
G=31.55%
B=34.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142002200.030.0900.1428222.2282.35
HexD6C8DC390E11a1652
Octal32631033431101643226122
Binary11010110110010001101110011100101110100011010101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C8DC; }

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

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

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

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

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

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

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

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