#D1CBD6

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

Shades of Titan White #D1CBD6

Tints of Titan White #D1CBD6

Color information

#D1CBD6 (or 0xD1CBD6) is unknown color: approx Titan White. HEX triplet: D1, CB and D6. RGB value is (209,203,214). Sum of RGB (Red+Green+Blue) = 209+203+214=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 214 - color contains mainly: blue. Hex color #D1CBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CBD6 is #2E3429. Grayscale: #CECECE. Windows color (decimal): -3028010 or 14076881. OLE color: 14076881.

HSL color Cylindrical-coordinate representation of color #D1CBD6: hue angle of 272.73º degrees, saturation: 0.12, 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 #D1CBD6 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209203214-
CMYK0.020.0500.16
HSL272.73º11.83%81.76%-
HSV(B)272.73º5.14%83.92%-
XYZ59.7961.1272.26-
YUV206.05132.49130.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.39%
GREEN value IS 203 (79.69% from 255) = 32.43%
BLUE value IS 214 (83.98% from 255) = 34.19%
R=33.39%
G=32.43%
B=34.19%

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
Decimal2092032140.020.0500.16272.7311.8381.76
HexD1CBD625010111c52
Octal3213133262502042114122
Binary1101000111001011110101101010101000010001000111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CBD6; }

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

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

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

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

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

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

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

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