#D4CBDB

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

Shades of Titan White #D4CBDB

Tints of Titan White #D4CBDB

Color information

#D4CBDB (or 0xD4CBDB) is unknown color: approx Titan White. HEX triplet: D4, CB and DB. RGB value is (212,203,219). Sum of RGB (Red+Green+Blue) = 212+203+219=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBDB is #2B3424. Grayscale: #CFCFCF. Windows color (decimal): -2831397 or 14404564. OLE color: 14404564.

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

Color convert

RGB212203219-
CMYK0.030.0700.14
HSL273.75º18.18%82.75%-
HSV(B)273.75º7.31%85.88%-
XYZ61.2961.8275.72-
YUV207.52134.48131.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.44%
GREEN value IS 203 (79.69% from 255) = 32.02%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=33.44%
G=32.02%
B=34.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122032190.030.0700.14273.7518.1882.75
HexD4CBDB370E1121253
Octal3243133333701642222123
Binary1101010011001011110110111111101110100010010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CBDB; }

 p { color: rgb(212,203,219); }

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

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

 a { background-color: rgb(212,203,219); }

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

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

 span { border-color: rgb(212,203,219); }

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