Shades of Titan White #D1CCD5
Tints of Titan White #D1CCD5
RGB
CMYK
RGB Variations
Color information
#D1CCD5 (or 0xD1CCD5) is known color: Titan White. HEX triplet: D1, CC and D5. RGB value is (209,204,213). Sum of RGB (Red+Green+Blue) = 209+204+213=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 213 - color contains mainly: blue. Hex color #D1CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCD5 is #2E332A. Grayscale: #CECECE. Windows color (decimal): -3027755 or 14011601. OLE color: 14011601.
HSL color Cylindrical-coordinate representation of color #D1CCD5: hue angle of 273.33º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D1CCD5 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 209 | 204 | 213 | - |
CMYK | 0.02 | 0.04 | 0 | 0.16 |
HSL | 273.33º | 0.1% | 0.82% | - |
HSV(B) | 273.33º | 0.04% | 0.84% | - |
XYZ | 59.9 | 61.55 | 71.67 | - |
YUV | 206.52 | 131.66 | 129.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 204 | 213 | 0.02 | 0.04 | 0 | 0.16 | 273.33 | 0.1 | 0.82 |
Hex | D1 | CC | D5 | 2 | 4 | 0 | 10 | 111 | A | 52 |
Octal | 321 | 314 | 325 | 2 | 4 | 0 | 20 | 421 | 12 | 122 |
Binary | 11010001 | 11001100 | 11010101 | 10 | 100 | 0 | 10000 | 100010001 | 1010 | 1010010 |
Color Harmonies of #D1CCD5
Complementary color
Monochromatic Colors of #D1CCD5
Black with #D1CCD5
Text Example
Text Example
White with #D1CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCD5; }
p { color: rgb(209,204,213); }
H1.HeaderClassName
{
color: #D1CCD5;
}
.AnyTagClassName
{
color: #D1CCD5;
}
</style>
background-color css
<style>
a { background-color: #D1CCD5; }
a { background-color: rgb(209,204,213); }
div.DivClassName
{
background-color: #D1CCD5;
}
.BgClassName
{
background-color: #D1CCD5;
}
</style>
border-color css
<style>
span { border-color: #D1CCD5; }
span { border-color: rgb(209,204,213); }
td.TdClassName
{
border-color: #D1CCD5;
}
.TagClassName
{
border-color: #D1CCD5;
}
</style>