#D6C8DD

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

Shades of Titan White #D6C8DD

Tints of Titan White #D6C8DD

Color information

#D6C8DD (or 0xD6C8DD) is unknown color: approx Titan White. HEX triplet: D6, C8 and DD. RGB value is (214,200,221). Sum of RGB (Red+Green+Blue) = 214+200+221=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6C8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C8DD is #293722. Grayscale: #CECECE. Windows color (decimal): -2701091 or 14534870. OLE color: 14534870.

HSL color Cylindrical-coordinate representation of color #D6C8DD: hue angle of 280º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6C8DD is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214200221-
CMYK0.030.1000.13
HSL280º23.6%82.55%-
HSV(B)280º9.5%86.67%-
XYZ61.4460.8376.91-
YUV206.58136.14133.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.70%
GREEN value IS 200 (78.52% from 255) = 31.50%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=33.70%
G=31.50%
B=34.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142002210.030.1000.1328023.682.55
HexD6C8DD3A0D1181853
Octal32631033531201543030123
Binary11010110110010001101110111101001101100011000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C8DD; }

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

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

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

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

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

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

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

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