#D3CBD9

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

Shades of Titan White #D3CBD9

Tints of Titan White #D3CBD9

Color information

#D3CBD9 (or 0xD3CBD9) is unknown color: approx Titan White. HEX triplet: D3, CB and D9. RGB value is (211,203,217). Sum of RGB (Red+Green+Blue) = 211+203+217=631 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.44% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 217 - color contains mainly: blue. Hex color #D3CBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CBD9 is #2C3426. Grayscale: #CECECE. Windows color (decimal): -2896935 or 14273491. OLE color: 14273491.

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

Color convert

RGB211203217-
CMYK0.030.0600.15
HSL274.29º15.56%82.35%-
HSV(B)274.29º6.45%85.1%-
XYZ60.7461.5774.33-
YUV206.99133.65130.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.44%
GREEN value IS 203 (79.69% from 255) = 32.17%
BLUE value IS 217 (85.16% from 255) = 34.39%
R=33.44%
G=32.17%
B=34.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112032170.030.0600.15274.2915.5682.35
HexD3CBD9360F1121052
Octal3233133313601742220122
Binary1101001111001011110110011111001111100010010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CBD9; }

 p { color: rgb(211,203,217); }

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

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

 a { background-color: rgb(211,203,217); }

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

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

 span { border-color: rgb(211,203,217); }

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