#D3CAD8

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

Shades of Titan White #D3CAD8

Tints of Titan White #D3CAD8

Color information

#D3CAD8 (or 0xD3CAD8) is unknown color: approx Titan White. HEX triplet: D3, CA and D8. RGB value is (211,202,216). Sum of RGB (Red+Green+Blue) = 211+202+216=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 216 - color contains mainly: blue. Hex color #D3CAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CAD8 is #2C3527. Grayscale: #CECECE. Windows color (decimal): -2897192 or 14207699. OLE color: 14207699.

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

Color convert

RGB211202216-
CMYK0.020.0600.15
HSL278.57º15.22%81.96%-
HSV(B)278.57º6.48%84.71%-
XYZ60.3861.0573.57-
YUV206.29133.48131.36-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.55%
GREEN value IS 202 (79.30% from 255) = 32.11%
BLUE value IS 216 (84.77% from 255) = 34.34%
R=33.55%
G=32.11%
B=34.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112022160.020.0600.15278.5715.2281.96
HexD3CAD8260F117f52
Octal3233123302601742717122
Binary110100111100101011011000101100111110001011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CAD8; }

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

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

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

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

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

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

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

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