#D5CBDC

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

Shades of Titan White #D5CBDC

Tints of Titan White #D5CBDC

Color information

#D5CBDC (or 0xD5CBDC) is unknown color: approx Titan White. HEX triplet: D5, CB and DC. RGB value is (213,203,220). Sum of RGB (Red+Green+Blue) = 213+203+220=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBDC is #2A3423. Grayscale: #CFCFCF. Windows color (decimal): -2765860 or 14470101. OLE color: 14470101.

HSL color Cylindrical-coordinate representation of color #D5CBDC: hue angle of 275.29º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5CBDC is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213203220-
CMYK0.030.0800.14
HSL275.29º19.54%82.94%-
HSV(B)275.29º7.73%86.27%-
XYZ61.7162.0376.43-
YUV207.93134.81131.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.49%
GREEN value IS 203 (79.69% from 255) = 31.92%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=33.49%
G=31.92%
B=34.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132032200.030.0800.14275.2919.5482.94
HexD5CBDC380E1131453
Octal32531333431001642324123
Binary11010101110010111101110011100001110100010011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBDC; }

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

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

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

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

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

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

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

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