#D3CAD7

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

Shades of Titan White #D3CAD7

Tints of Titan White #D3CAD7

Color information

#D3CAD7 (or 0xD3CAD7) is unknown color: approx Titan White. HEX triplet: D3, CA and D7. RGB value is (211,202,215). Sum of RGB (Red+Green+Blue) = 211+202+215=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 215 - color contains mainly: blue. Hex color #D3CAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CAD7 is #2C3528. Grayscale: #CECECE. Windows color (decimal): -2897193 or 14142163. OLE color: 14142163.

HSL color Cylindrical-coordinate representation of color #D3CAD7: hue angle of 281.54º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3CAD7 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB211202215-
CMYK0.020.0600.16
HSL281.54º13.98%81.76%-
HSV(B)281.54º6.05%84.31%-
XYZ60.256172.89-
YUV206.17132.98131.44-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.60%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 215 (84.38% from 255) = 34.24%
R=33.60%
G=32.17%
B=34.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2112022150.020.0600.16281.5413.9881.76
HexD3CAD72601011ae52
Octal3233123272602043216122
Binary1101001111001010110101111011001000010001101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CAD7; }

 p { color: rgb(211,202,215); }

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

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

 a { background-color: rgb(211,202,215); }

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

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

 span { border-color: rgb(211,202,215); }

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