#D1CAD5

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

Shades of Titan White #D1CAD5

Tints of Titan White #D1CAD5

Color information

#D1CAD5 (or 0xD1CAD5) is unknown color: approx Titan White. HEX triplet: D1, CA and D5. RGB value is (209,202,213). Sum of RGB (Red+Green+Blue) = 209+202+213=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 213 - color contains mainly: blue. Hex color #D1CAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CAD5 is #2E352A. Grayscale: #CDCDCD. Windows color (decimal): -3028267 or 14011089. OLE color: 14011089.

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

Color convert

RGB209202213-
CMYK0.020.0500.16
HSL278.18º11.58%81.37%-
HSV(B)278.18º5.16%83.53%-
XYZ59.4360.671.52-
YUV205.35132.32130.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.49%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 213 (83.59% from 255) = 34.13%
R=33.49%
G=32.37%
B=34.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092022130.020.0500.16278.1811.5881.37
HexD1CAD525010116c51
Octal3213123252502042614121
Binary1101000111001010110101011010101000010001011011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CAD5; }

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

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

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

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

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

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

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

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