#D1CBD5

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

Shades of Titan White #D1CBD5

Tints of Titan White #D1CBD5

Color information

#D1CBD5 (or 0xD1CBD5) is unknown color: approx Titan White. HEX triplet: D1, CB and D5. RGB value is (209,203,213). Sum of RGB (Red+Green+Blue) = 209+203+213=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 213 - color contains mainly: blue. Hex color #D1CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CBD5 is #2E342A. Grayscale: #CDCDCD. Windows color (decimal): -3028011 or 14011345. OLE color: 14011345.

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

Color convert

RGB209203213-
CMYK0.020.0500.16
HSL276º10.64%81.57%-
HSV(B)276º4.69%83.53%-
XYZ59.6661.0771.59-
YUV205.93131.99130.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.44%
GREEN value IS 203 (79.69% from 255) = 32.48%
BLUE value IS 213 (83.59% from 255) = 34.08%
R=33.44%
G=32.48%
B=34.08%

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
Decimal2092032130.020.0500.1627610.6481.57
HexD1CBD525010114b52
Octal3213133252502042413122
Binary1101000111001011110101011010101000010001010010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CBD5; }

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

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

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

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

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

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

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

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