Shades of Titan White #DDCAE5
Tints of Titan White #DDCAE5
RGB
CMYK
RGB Variations
Color information
#DDCAE5 (or 0xDDCAE5) is known color: Titan White. HEX triplet: DD, CA and E5. RGB value is (221,202,229). Sum of RGB (Red+Green+Blue) = 221+202+229=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDCAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAE5 is #22351A. Grayscale: #D2D2D2. Windows color (decimal): -2241819 or 15059677. OLE color: 15059677.
HSL color Cylindrical-coordinate representation of color #DDCAE5: hue angle of 282.22º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDCAE5 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 202 | 229 | - |
CMYK | 0.03 | 0.12 | 0 | 0.10 |
HSL | 282.22º | 0.34% | 0.85% | - |
HSV(B) | 282.22º | 0.12% | 0.9% | - |
XYZ | 65.08 | 63.27 | 82.91 | - |
YUV | 210.76 | 138.29 | 135.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 202 | 229 | 0.03 | 0.12 | 0 | 0.10 | 282.22 | 0.34 | 0.85 |
Hex | DD | CA | E5 | 3 | C | 0 | A | 11A | 22 | 55 |
Octal | 335 | 312 | 345 | 3 | 14 | 0 | 12 | 432 | 42 | 125 |
Binary | 11011101 | 11001010 | 11100101 | 11 | 1100 | 0 | 1010 | 100011010 | 100010 | 1010101 |
Color Harmonies of #DDCAE5
Complementary color
Monochromatic Colors of #DDCAE5
Black with #DDCAE5
Text Example
Text Example
White with #DDCAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAE5; }
p { color: rgb(221,202,229); }
H1.HeaderClassName
{
color: #DDCAE5;
}
.AnyTagClassName
{
color: #DDCAE5;
}
</style>
background-color css
<style>
a { background-color: #DDCAE5; }
a { background-color: rgb(221,202,229); }
div.DivClassName
{
background-color: #DDCAE5;
}
.BgClassName
{
background-color: #DDCAE5;
}
</style>
border-color css
<style>
span { border-color: #DDCAE5; }
span { border-color: rgb(221,202,229); }
td.TdClassName
{
border-color: #DDCAE5;
}
.TagClassName
{
border-color: #DDCAE5;
}
</style>