#D3C8DA

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

Shades of Titan White #D3C8DA

Tints of Titan White #D3C8DA

Color information

#D3C8DA (or 0xD3C8DA) is unknown color: approx Titan White. HEX triplet: D3, C8 and DA. RGB value is (211,200,218). Sum of RGB (Red+Green+Blue) = 211+200+218=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 218 - color contains mainly: blue. Hex color #D3C8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C8DA is #2C3725. Grayscale: #CDCDCD. Windows color (decimal): -2897702 or 14338259. OLE color: 14338259.

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

Color convert

RGB211200218-
CMYK0.030.0800.15
HSL276.67º19.57%81.96%-
HSV(B)276.67º8.26%85.49%-
XYZ60.1760.2274.78-
YUV205.34135.14132.04-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.55%
GREEN value IS 200 (78.52% from 255) = 31.80%
BLUE value IS 218 (85.55% from 255) = 34.66%
R=33.55%
G=31.80%
B=34.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112002180.030.0800.15276.6719.5781.96
HexD3C8DA380F1151452
Octal32331033231001742524122
Binary11010011110010001101101011100001111100010101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C8DA; }

 p { color: rgb(211,200,218); }

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

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

 a { background-color: rgb(211,200,218); }

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

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

 span { border-color: rgb(211,200,218); }

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