#D3C7DA

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

Shades of Titan White #D3C7DA

Tints of Titan White #D3C7DA

Color information

#D3C7DA (or 0xD3C7DA) is unknown color: approx Titan White. HEX triplet: D3, C7 and DA. RGB value is (211,199,218). Sum of RGB (Red+Green+Blue) = 211+199+218=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 199 (78.12% from 255 or 31.69% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 218 - color contains mainly: blue. Hex color #D3C7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C7DA is #2C3825. Grayscale: #CCCCCC. Windows color (decimal): -2897958 or 14338003. OLE color: 14338003.

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

Color convert

RGB211199218-
CMYK0.030.0900.15
HSL277.89º20.43%81.76%-
HSV(B)277.89º8.72%85.49%-
XYZ59.9459.7674.7-
YUV204.75135.48132.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.60%
GREEN value IS 199 (78.12% from 255) = 31.69%
BLUE value IS 218 (85.55% from 255) = 34.71%
R=33.60%
G=31.69%
B=34.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111992180.030.0900.15277.8920.4381.76
HexD3C7DA390F1161452
Octal32330733231101742624122
Binary11010011110001111101101011100101111100010110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C7DA; }

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

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

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

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

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

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

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

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