Shades of Titan White #D0CAD3
Tints of Titan White #D0CAD3
RGB
CMYK
RGB Variations
Color information
#D0CAD3 (or 0xD0CAD3) is known color: Titan White. HEX triplet: D0, CA and D3. RGB value is (208,202,211). Sum of RGB (Red+Green+Blue) = 208+202+211=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 211 - color contains mainly: blue. Hex color #D0CAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CAD3 is #2F352C. Grayscale: #CCCCCC. Windows color (decimal): -3093805 or 13880016. OLE color: 13880016.
HSL color Cylindrical-coordinate representation of color #D0CAD3: hue angle of 280º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D0CAD3 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 208 | 202 | 211 | - |
CMYK | 0.01 | 0.04 | 0 | 0.17 |
HSL | 280º | 0.09% | 0.81% | - |
HSV(B) | 280º | 0.04% | 0.83% | - |
XYZ | 58.89 | 60.35 | 70.17 | - |
YUV | 204.82 | 131.49 | 130.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 202 | 211 | 0.01 | 0.04 | 0 | 0.17 | 280 | 0.09 | 0.81 |
Hex | D0 | CA | D3 | 1 | 4 | 0 | 11 | 118 | 9 | 51 |
Octal | 320 | 312 | 323 | 1 | 4 | 0 | 21 | 430 | 11 | 121 |
Binary | 11010000 | 11001010 | 11010011 | 1 | 100 | 0 | 10001 | 100011000 | 1001 | 1010001 |
Color Harmonies of #D0CAD3
Complementary color
Monochromatic Colors of #D0CAD3
Black with #D0CAD3
Text Example
Text Example
White with #D0CAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CAD3; }
p { color: rgb(208,202,211); }
H1.HeaderClassName
{
color: #D0CAD3;
}
.AnyTagClassName
{
color: #D0CAD3;
}
</style>
background-color css
<style>
a { background-color: #D0CAD3; }
a { background-color: rgb(208,202,211); }
div.DivClassName
{
background-color: #D0CAD3;
}
.BgClassName
{
background-color: #D0CAD3;
}
</style>
border-color css
<style>
span { border-color: #D0CAD3; }
span { border-color: rgb(208,202,211); }
td.TdClassName
{
border-color: #D0CAD3;
}
.TagClassName
{
border-color: #D0CAD3;
}
</style>