#D5CBDA

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

Shades of Titan White #D5CBDA

Tints of Titan White #D5CBDA

Color information

#D5CBDA (or 0xD5CBDA) is unknown color: approx Titan White. HEX triplet: D5, CB and DA. RGB value is (213,203,218). Sum of RGB (Red+Green+Blue) = 213+203+218=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBDA is #2A3425. Grayscale: #CFCFCF. Windows color (decimal): -2765862 or 14339029. OLE color: 14339029.

HSL color Cylindrical-coordinate representation of color #D5CBDA: hue angle of 280º 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 #D5CBDA is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213203218-
CMYK0.020.0700.15
HSL280º16.85%82.55%-
HSV(B)280º6.88%85.49%-
XYZ61.4561.9275.04-
YUV207.7133.81131.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.60%
GREEN value IS 203 (79.69% from 255) = 32.02%
BLUE value IS 218 (85.55% from 255) = 34.38%
R=33.60%
G=32.02%
B=34.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132032180.020.0700.1528016.8582.55
HexD5CBDA270F1181153
Octal3253133322701743021123
Binary1101010111001011110110101011101111100011000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBDA; }

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

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

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

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

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

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

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

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