#D4C5DB

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

Shades of Titan White #D4C5DB

Tints of Titan White #D4C5DB

Color information

#D4C5DB (or 0xD4C5DB) is unknown color: approx Titan White. HEX triplet: D4, C5 and DB. RGB value is (212,197,219). Sum of RGB (Red+Green+Blue) = 212+197+219=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C5DB is #2B3A24. Grayscale: #CBCBCB. Windows color (decimal): -2832933 or 14403028. OLE color: 14403028.

HSL color Cylindrical-coordinate representation of color #D4C5DB: hue angle of 280.91º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4C5DB is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212197219-
CMYK0.030.1000.14
HSL280.91º23.4%81.57%-
HSV(B)280.91º10.05%85.88%-
XYZ59.959.0475.26-
YUV203.99136.47133.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.76%
GREEN value IS 197 (77.34% from 255) = 31.37%
BLUE value IS 219 (85.94% from 255) = 34.87%
R=33.76%
G=31.37%
B=34.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121972190.030.1000.14280.9123.481.57
HexD4C5DB3A0E1191752
Octal32430533331201643127122
Binary11010100110001011101101111101001110100011001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C5DB; }

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

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

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

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

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

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

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

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