#D8C0E3

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

Shades of Titan White #D8C0E3

Tints of Titan White #D8C0E3

Color information

#D8C0E3 (or 0xD8C0E3) is unknown color: approx Titan White. HEX triplet: D8, C0 and E3. RGB value is (216,192,227). Sum of RGB (Red+Green+Blue) = 216+192+227=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 192 (75.39% from 255 or 30.24% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 227 - color contains mainly: blue. Hex color #D8C0E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C0E3 is #273F1C. Grayscale: #CBCBCB. Windows color (decimal): -2572061 or 14926040. OLE color: 14926040.

HSL color Cylindrical-coordinate representation of color #D8C0E3: hue angle of 281.14º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8C0E3 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB216192227-
CMYK0.050.1500.11
HSL281.14º38.46%82.16%-
HSV(B)281.14º15.42%89.02%-
XYZ61.0357.8480.62-
YUV203.17141.45137.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.02%
GREEN value IS 192 (75.39% from 255) = 30.24%
BLUE value IS 227 (89.06% from 255) = 35.75%
R=34.02%
G=30.24%
B=35.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2161922270.050.1500.11281.1438.4682.16
HexD8C0E35F0B1192652
Octal33030034351701343146122
Binary1101100011000000111000111011111010111000110011001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C0E3; }

 p { color: rgb(216,192,227); }

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

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

 a { background-color: rgb(216,192,227); }

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

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

 span { border-color: rgb(216,192,227); }

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