Shades of Titan White #D8C3E2
Tints of Titan White #D8C3E2
RGB
CMYK
RGB Variations
Color information
#D8C3E2 (or 0xD8C3E2) is known color: Titan White. HEX triplet: D8, C3 and E2. RGB value is (216,195,226). Sum of RGB (Red+Green+Blue) = 216+195+226=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 195 (76.56% from 255 or 30.61% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 226 - color contains mainly: blue. Hex color #D8C3E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C3E2 is #273C1D. Grayscale: #CCCCCC. Windows color (decimal): -2571294 or 14861272. OLE color: 14861272.
HSL color Cylindrical-coordinate representation of color #D8C3E2: hue angle of 280.65º degrees, saturation: 0.35, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8C3E2 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 216 | 195 | 226 | - |
CMYK | 0.04 | 0.14 | 0 | 0.11 |
HSL | 280.65º | 0.35% | 0.83% | - |
HSV(B) | 280.65º | 0.14% | 0.89% | - |
XYZ | 61.56 | 59.12 | 80.12 | - |
YUV | 204.81 | 139.96 | 135.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 195 | 226 | 0.04 | 0.14 | 0 | 0.11 | 280.65 | 0.35 | 0.83 |
Hex | D8 | C3 | E2 | 4 | E | 0 | B | 119 | 23 | 53 |
Octal | 330 | 303 | 342 | 4 | 16 | 0 | 13 | 431 | 43 | 123 |
Binary | 11011000 | 11000011 | 11100010 | 100 | 1110 | 0 | 1011 | 100011001 | 100011 | 1010011 |
Color Harmonies of #D8C3E2
Complementary color
Monochromatic Colors of #D8C3E2
Black with #D8C3E2
Text Example
Text Example
White with #D8C3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C3E2; }
p { color: rgb(216,195,226); }
H1.HeaderClassName
{
color: #D8C3E2;
}
.AnyTagClassName
{
color: #D8C3E2;
}
</style>
background-color css
<style>
a { background-color: #D8C3E2; }
a { background-color: rgb(216,195,226); }
div.DivClassName
{
background-color: #D8C3E2;
}
.BgClassName
{
background-color: #D8C3E2;
}
</style>
border-color css
<style>
span { border-color: #D8C3E2; }
span { border-color: rgb(216,195,226); }
td.TdClassName
{
border-color: #D8C3E2;
}
.TagClassName
{
border-color: #D8C3E2;
}
</style>