Shades of Titan White #DDCAE7
Tints of Titan White #DDCAE7
RGB
CMYK
RGB Variations
Color information
#DDCAE7 (or 0xDDCAE7) is known color: Titan White. HEX triplet: DD, CA and E7. RGB value is (221,202,231). Sum of RGB (Red+Green+Blue) = 221+202+231=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 231 (90.62% from 255 or 35.32% from 654); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDCAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCAE7 is #223518. Grayscale: #D2D2D2. Windows color (decimal): -2241817 or 15190749. OLE color: 15190749.
HSL color Cylindrical-coordinate representation of color #DDCAE7: hue angle of 279.31º degrees, saturation: 0.38, 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 #DDCAE7 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 202 | 231 | - |
CMYK | 0.04 | 0.13 | 0 | 0.09 |
HSL | 279.31º | 0.38% | 0.85% | - |
HSV(B) | 279.31º | 0.13% | 0.91% | - |
XYZ | 65.36 | 63.38 | 84.39 | - |
YUV | 210.99 | 139.29 | 135.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 202 | 231 | 0.04 | 0.13 | 0 | 0.09 | 279.31 | 0.38 | 0.85 |
Hex | DD | CA | E7 | 4 | D | 0 | 9 | 117 | 26 | 55 |
Octal | 335 | 312 | 347 | 4 | 15 | 0 | 11 | 427 | 46 | 125 |
Binary | 11011101 | 11001010 | 11100111 | 100 | 1101 | 0 | 1001 | 100010111 | 100110 | 1010101 |
Color Harmonies of #DDCAE7
Complementary color
Monochromatic Colors of #DDCAE7
Black with #DDCAE7
Text Example
Text Example
White with #DDCAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAE7; }
p { color: rgb(221,202,231); }
H1.HeaderClassName
{
color: #DDCAE7;
}
.AnyTagClassName
{
color: #DDCAE7;
}
</style>
background-color css
<style>
a { background-color: #DDCAE7; }
a { background-color: rgb(221,202,231); }
div.DivClassName
{
background-color: #DDCAE7;
}
.BgClassName
{
background-color: #DDCAE7;
}
</style>
border-color css
<style>
span { border-color: #DDCAE7; }
span { border-color: rgb(221,202,231); }
td.TdClassName
{
border-color: #DDCAE7;
}
.TagClassName
{
border-color: #DDCAE7;
}
</style>