Shades of Titan White #D8C6E2
Tints of Titan White #D8C6E2
RGB
CMYK
RGB Variations
Color information
#D8C6E2 (or 0xD8C6E2) is known color: Titan White. HEX triplet: D8, C6 and E2. RGB value is (216,198,226). Sum of RGB (Red+Green+Blue) = 216+198+226=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 226 - color contains mainly: blue. Hex color #D8C6E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C6E2 is #27391D. Grayscale: #CECECE. Windows color (decimal): -2570526 or 14862040. OLE color: 14862040.
HSL color Cylindrical-coordinate representation of color #D8C6E2: hue angle of 278.57º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8C6E2 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 216 | 198 | 226 | - |
CMYK | 0.04 | 0.12 | 0 | 0.11 |
HSL | 278.57º | 0.33% | 0.83% | - |
HSV(B) | 278.57º | 0.12% | 0.89% | - |
XYZ | 62.24 | 60.48 | 80.34 | - |
YUV | 206.57 | 138.96 | 134.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 198 | 226 | 0.04 | 0.12 | 0 | 0.11 | 278.57 | 0.33 | 0.83 |
Hex | D8 | C6 | E2 | 4 | C | 0 | B | 117 | 21 | 53 |
Octal | 330 | 306 | 342 | 4 | 14 | 0 | 13 | 427 | 41 | 123 |
Binary | 11011000 | 11000110 | 11100010 | 100 | 1100 | 0 | 1011 | 100010111 | 100001 | 1010011 |
Color Harmonies of #D8C6E2
Complementary color
Monochromatic Colors of #D8C6E2
Black with #D8C6E2
Text Example
Text Example
White with #D8C6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C6E2; }
p { color: rgb(216,198,226); }
H1.HeaderClassName
{
color: #D8C6E2;
}
.AnyTagClassName
{
color: #D8C6E2;
}
</style>
background-color css
<style>
a { background-color: #D8C6E2; }
a { background-color: rgb(216,198,226); }
div.DivClassName
{
background-color: #D8C6E2;
}
.BgClassName
{
background-color: #D8C6E2;
}
</style>
border-color css
<style>
span { border-color: #D8C6E2; }
span { border-color: rgb(216,198,226); }
td.TdClassName
{
border-color: #D8C6E2;
}
.TagClassName
{
border-color: #D8C6E2;
}
</style>