Shades of Titan White #D0CDD2
Tints of Titan White #D0CDD2
RGB
CMYK
RGB Variations
Color information
#D0CDD2 (or 0xD0CDD2) is known color: Titan White. HEX triplet: D0, CD and D2. RGB value is (208,205,210). Sum of RGB (Red+Green+Blue) = 208+205+210=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 210 - color contains mainly: blue. Hex color #D0CDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDD2 is #2F322D. Grayscale: #CECECE. Windows color (decimal): -3093038 or 13815248. OLE color: 13815248.
HSL color Cylindrical-coordinate representation of color #D0CDD2: hue angle of 276º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D0CDD2 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 205 | 210 | - |
CMYK | 0.01 | 0.02 | 0 | 0.18 |
HSL | 276º | 0.05% | 0.81% | - |
HSV(B) | 276º | 0.02% | 0.82% | - |
XYZ | 59.48 | 61.73 | 69.75 | - |
YUV | 206.47 | 129.99 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 205 | 210 | 0.01 | 0.02 | 0 | 0.18 | 276 | 0.05 | 0.81 |
Hex | D0 | CD | D2 | 1 | 2 | 0 | 12 | 114 | 5 | 51 |
Octal | 320 | 315 | 322 | 1 | 2 | 0 | 22 | 424 | 5 | 121 |
Binary | 11010000 | 11001101 | 11010010 | 1 | 10 | 0 | 10010 | 100010100 | 101 | 1010001 |
Color Harmonies of #D0CDD2
Complementary color
Monochromatic Colors of #D0CDD2
Black with #D0CDD2
Text Example
Text Example
White with #D0CDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDD2; }
p { color: rgb(208,205,210); }
H1.HeaderClassName
{
color: #D0CDD2;
}
.AnyTagClassName
{
color: #D0CDD2;
}
</style>
background-color css
<style>
a { background-color: #D0CDD2; }
a { background-color: rgb(208,205,210); }
div.DivClassName
{
background-color: #D0CDD2;
}
.BgClassName
{
background-color: #D0CDD2;
}
</style>
border-color css
<style>
span { border-color: #D0CDD2; }
span { border-color: rgb(208,205,210); }
td.TdClassName
{
border-color: #D0CDD2;
}
.TagClassName
{
border-color: #D0CDD2;
}
</style>