#D4C7DB

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

Shades of Titan White #D4C7DB

Tints of Titan White #D4C7DB

Color information

#D4C7DB (or 0xD4C7DB) is unknown color: approx Titan White. HEX triplet: D4, C7 and DB. RGB value is (212,199,219). Sum of RGB (Red+Green+Blue) = 212+199+219=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C7DB is #2B3824. Grayscale: #CDCDCD. Windows color (decimal): -2832421 or 14403540. OLE color: 14403540.

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

Color convert

RGB212199219-
CMYK0.030.0900.14
HSL279º21.74%81.96%-
HSV(B)279º9.13%85.88%-
XYZ60.3659.9675.41-
YUV205.17135.81132.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.65%
GREEN value IS 199 (78.12% from 255) = 31.59%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=33.65%
G=31.59%
B=34.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121992190.030.0900.1427921.7481.96
HexD4C7DB390E1171652
Octal32430733331101642726122
Binary11010100110001111101101111100101110100010111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C7DB; }

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

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

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

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

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

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

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

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