Shades of Titan White #DDCBE8
Tints of Titan White #DDCBE8
RGB
CMYK
RGB Variations
Color information
#DDCBE8 (or 0xDDCBE8) is known color: Titan White. HEX triplet: DD, CB and E8. RGB value is (221,203,232). Sum of RGB (Red+Green+Blue) = 221+203+232=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDCBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCBE8 is #223417. Grayscale: #D3D3D3. Windows color (decimal): -2241560 or 15256541. OLE color: 15256541.
HSL color Cylindrical-coordinate representation of color #DDCBE8: hue angle of 277.24º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDCBE8 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 203 | 232 | - |
CMYK | 0.05 | 0.12 | 0 | 0.09 |
HSL | 277.24º | 0.39% | 0.85% | - |
HSV(B) | 277.24º | 0.13% | 0.91% | - |
XYZ | 65.74 | 63.91 | 85.21 | - |
YUV | 211.69 | 139.46 | 134.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 203 | 232 | 0.05 | 0.12 | 0 | 0.09 | 277.24 | 0.39 | 0.85 |
Hex | DD | CB | E8 | 5 | C | 0 | 9 | 115 | 27 | 55 |
Octal | 335 | 313 | 350 | 5 | 14 | 0 | 11 | 425 | 47 | 125 |
Binary | 11011101 | 11001011 | 11101000 | 101 | 1100 | 0 | 1001 | 100010101 | 100111 | 1010101 |
Color Harmonies of #DDCBE8
Complementary color
Monochromatic Colors of #DDCBE8
Black with #DDCBE8
Text Example
Text Example
White with #DDCBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBE8; }
p { color: rgb(221,203,232); }
H1.HeaderClassName
{
color: #DDCBE8;
}
.AnyTagClassName
{
color: #DDCBE8;
}
</style>
background-color css
<style>
a { background-color: #DDCBE8; }
a { background-color: rgb(221,203,232); }
div.DivClassName
{
background-color: #DDCBE8;
}
.BgClassName
{
background-color: #DDCBE8;
}
</style>
border-color css
<style>
span { border-color: #DDCBE8; }
span { border-color: rgb(221,203,232); }
td.TdClassName
{
border-color: #DDCBE8;
}
.TagClassName
{
border-color: #DDCBE8;
}
</style>