#D4C6DA

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

Shades of Titan White #D4C6DA

Tints of Titan White #D4C6DA

Color information

#D4C6DA (or 0xD4C6DA) is unknown color: approx Titan White. HEX triplet: D4, C6 and DA. RGB value is (212,198,218). Sum of RGB (Red+Green+Blue) = 212+198+218=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 218 - color contains mainly: blue. Hex color #D4C6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C6DA is #2B3925. Grayscale: #CCCCCC. Windows color (decimal): -2832678 or 14337748. OLE color: 14337748.

HSL color Cylindrical-coordinate representation of color #D4C6DA: hue angle of 282º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4C6DA is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212198218-
CMYK0.030.0900.15
HSL282º21.28%81.57%-
HSV(B)282º9.17%85.49%-
XYZ6059.4574.64-
YUV204.47135.64133.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.76%
GREEN value IS 198 (77.73% from 255) = 31.53%
BLUE value IS 218 (85.55% from 255) = 34.71%
R=33.76%
G=31.53%
B=34.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121982180.030.0900.1528221.2881.57
HexD4C6DA390F11a1552
Octal32430633231101743225122
Binary11010100110001101101101011100101111100011010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C6DA; }

 p { color: rgb(212,198,218); }

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

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

 a { background-color: rgb(212,198,218); }

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

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

 span { border-color: rgb(212,198,218); }

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