Shades of Titan White #D8CEDD
Tints of Titan White #D8CEDD
RGB
CMYK
RGB Variations
Color information
#D8CEDD (or 0xD8CEDD) is known color: Titan White. HEX triplet: D8, CE and DD. RGB value is (216,206,221). Sum of RGB (Red+Green+Blue) = 216+206+221=643 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.59% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CEDD is #273122. Grayscale: #D2D2D2. Windows color (decimal): -2568483 or 14536408. OLE color: 14536408.
HSL color Cylindrical-coordinate representation of color #D8CEDD: hue angle of 280º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D8CEDD is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 216 | 206 | 221 | - |
CMYK | 0.02 | 0.07 | 0 | 0.13 |
HSL | 280º | 0.18% | 0.84% | - |
HSV(B) | 280º | 0.07% | 0.87% | - |
XYZ | 63.44 | 63.96 | 77.41 | - |
YUV | 210.7 | 133.81 | 131.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 206 | 221 | 0.02 | 0.07 | 0 | 0.13 | 280 | 0.18 | 0.84 |
Hex | D8 | CE | DD | 2 | 7 | 0 | D | 118 | 12 | 54 |
Octal | 330 | 316 | 335 | 2 | 7 | 0 | 15 | 430 | 22 | 124 |
Binary | 11011000 | 11001110 | 11011101 | 10 | 111 | 0 | 1101 | 100011000 | 10010 | 1010100 |
Color Harmonies of #D8CEDD
Complementary color
Monochromatic Colors of #D8CEDD
Black with #D8CEDD
Text Example
Text Example
White with #D8CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CEDD; }
p { color: rgb(216,206,221); }
H1.HeaderClassName
{
color: #D8CEDD;
}
.AnyTagClassName
{
color: #D8CEDD;
}
</style>
background-color css
<style>
a { background-color: #D8CEDD; }
a { background-color: rgb(216,206,221); }
div.DivClassName
{
background-color: #D8CEDD;
}
.BgClassName
{
background-color: #D8CEDD;
}
</style>
border-color css
<style>
span { border-color: #D8CEDD; }
span { border-color: rgb(216,206,221); }
td.TdClassName
{
border-color: #D8CEDD;
}
.TagClassName
{
border-color: #D8CEDD;
}
</style>