Shades of Titan White #DDCAE9
Tints of Titan White #DDCAE9
RGB
CMYK
RGB Variations
Color information
#DDCAE9 (or 0xDDCAE9) is known color: Titan White. HEX triplet: DD, CA and E9. RGB value is (221,202,233). Sum of RGB (Red+Green+Blue) = 221+202+233=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDCAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCAE9 is #223516. Grayscale: #D3D3D3. Windows color (decimal): -2241815 or 15321821. OLE color: 15321821.
HSL color Cylindrical-coordinate representation of color #DDCAE9: hue angle of 276.77º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDCAE9 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 202 | 233 | - |
CMYK | 0.05 | 0.13 | 0 | 0.09 |
HSL | 276.77º | 0.41% | 0.85% | - |
HSV(B) | 276.77º | 0.13% | 0.91% | - |
XYZ | 65.65 | 63.5 | 85.89 | - |
YUV | 211.22 | 140.29 | 134.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 202 | 233 | 0.05 | 0.13 | 0 | 0.09 | 276.77 | 0.41 | 0.85 |
Hex | DD | CA | E9 | 5 | D | 0 | 9 | 115 | 29 | 55 |
Octal | 335 | 312 | 351 | 5 | 15 | 0 | 11 | 425 | 51 | 125 |
Binary | 11011101 | 11001010 | 11101001 | 101 | 1101 | 0 | 1001 | 100010101 | 101001 | 1010101 |
Color Harmonies of #DDCAE9
Complementary color
Monochromatic Colors of #DDCAE9
Black with #DDCAE9
Text Example
Text Example
White with #DDCAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAE9; }
p { color: rgb(221,202,233); }
H1.HeaderClassName
{
color: #DDCAE9;
}
.AnyTagClassName
{
color: #DDCAE9;
}
</style>
background-color css
<style>
a { background-color: #DDCAE9; }
a { background-color: rgb(221,202,233); }
div.DivClassName
{
background-color: #DDCAE9;
}
.BgClassName
{
background-color: #DDCAE9;
}
</style>
border-color css
<style>
span { border-color: #DDCAE9; }
span { border-color: rgb(221,202,233); }
td.TdClassName
{
border-color: #DDCAE9;
}
.TagClassName
{
border-color: #DDCAE9;
}
</style>