#D5CAD8

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

Shades of Titan White #D5CAD8

Tints of Titan White #D5CAD8

Color information

#D5CAD8 (or 0xD5CAD8) is unknown color: approx Titan White. HEX triplet: D5, CA and D8. RGB value is (213,202,216). Sum of RGB (Red+Green+Blue) = 213+202+216=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 216 - color contains mainly: blue. Hex color #D5CAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAD8 is #2A3527. Grayscale: #CECECE. Windows color (decimal): -2766120 or 14207701. OLE color: 14207701.

HSL color Cylindrical-coordinate representation of color #D5CAD8: hue angle of 287.14º 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 #D5CAD8 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213202216-
CMYK0.010.0600.15
HSL287.14º15.22%81.96%-
HSV(B)287.14º6.48%84.71%-
XYZ60.9661.3573.59-
YUV206.88133.14132.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.76%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 216 (84.77% from 255) = 34.23%
R=33.76%
G=32.01%
B=34.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132022160.010.0600.15287.1415.2281.96
HexD5CAD8160F11ff52
Octal3253123301601743717122
Binary11010101110010101101100011100111110001111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAD8; }

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

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

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

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

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

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

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

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