#D7CBDA

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

Shades of Titan White #D7CBDA

Tints of Titan White #D7CBDA

Color information

#D7CBDA (or 0xD7CBDA) is unknown color: approx Titan White. HEX triplet: D7, CB and DA. RGB value is (215,203,218). Sum of RGB (Red+Green+Blue) = 215+203+218=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CBDA is #283425. Grayscale: #D0D0D0. Windows color (decimal): -2634790 or 14339031. OLE color: 14339031.

HSL color Cylindrical-coordinate representation of color #D7CBDA: hue angle of 288º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7CBDA is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215203218-
CMYK0.010.0700.15
HSL288º16.85%82.55%-
HSV(B)288º6.88%85.49%-
XYZ62.0462.2275.07-
YUV208.3133.48132.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.81%
GREEN value IS 203 (79.69% from 255) = 31.92%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=33.81%
G=31.92%
B=34.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152032180.010.0700.1528816.8582.55
HexD7CBDA170F1201153
Octal3273133321701744021123
Binary110101111100101111011010111101111100100000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CBDA; }

 p { color: rgb(215,203,218); }

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

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

 a { background-color: rgb(215,203,218); }

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

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

 span { border-color: rgb(215,203,218); }

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