#D4CAD8

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

Shades of Titan White #D4CAD8

Tints of Titan White #D4CAD8

Color information

#D4CAD8 (or 0xD4CAD8) is unknown color: approx Titan White. HEX triplet: D4, CA and D8. RGB value is (212,202,216). Sum of RGB (Red+Green+Blue) = 212+202+216=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 216 - color contains mainly: blue. Hex color #D4CAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CAD8 is #2B3527. Grayscale: #CECECE. Windows color (decimal): -2831656 or 14207700. OLE color: 14207700.

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

Color convert

RGB212202216-
CMYK0.020.0600.15
HSL282.86º15.22%81.96%-
HSV(B)282.86º6.48%84.71%-
XYZ60.6761.273.58-
YUV206.59133.31131.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.65%
GREEN value IS 202 (79.30% from 255) = 32.06%
BLUE value IS 216 (84.77% from 255) = 34.29%
R=33.65%
G=32.06%
B=34.29%

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
Decimal2122022160.020.0600.15282.8615.2281.96
HexD4CAD8260F11bf52
Octal3243123302601743317122
Binary110101001100101011011000101100111110001101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CAD8; }

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

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

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

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

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

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

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

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