Shades of Titan White #DDCCE5
Tints of Titan White #DDCCE5
RGB
CMYK
RGB Variations
Color information
#DDCCE5 (or 0xDDCCE5) is known color: Titan White. HEX triplet: DD, CC and E5. RGB value is (221,204,229). Sum of RGB (Red+Green+Blue) = 221+204+229=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDCCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCE5 is #22331A. Grayscale: #D3D3D3. Windows color (decimal): -2241307 or 15060189. OLE color: 15060189.
HSL color Cylindrical-coordinate representation of color #DDCCE5: hue angle of 280.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDCCE5 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 204 | 229 | - |
CMYK | 0.03 | 0.11 | 0 | 0.10 |
HSL | 280.8º | 0.32% | 0.85% | - |
HSV(B) | 280.8º | 0.11% | 0.9% | - |
XYZ | 65.55 | 64.22 | 83.07 | - |
YUV | 211.93 | 137.63 | 134.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 204 | 229 | 0.03 | 0.11 | 0 | 0.10 | 280.8 | 0.32 | 0.85 |
Hex | DD | CC | E5 | 3 | B | 0 | A | 119 | 20 | 55 |
Octal | 335 | 314 | 345 | 3 | 13 | 0 | 12 | 431 | 40 | 125 |
Binary | 11011101 | 11001100 | 11100101 | 11 | 1011 | 0 | 1010 | 100011001 | 100000 | 1010101 |
Color Harmonies of #DDCCE5
Complementary color
Monochromatic Colors of #DDCCE5
Black with #DDCCE5
Text Example
Text Example
White with #DDCCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCE5; }
p { color: rgb(221,204,229); }
H1.HeaderClassName
{
color: #DDCCE5;
}
.AnyTagClassName
{
color: #DDCCE5;
}
</style>
background-color css
<style>
a { background-color: #DDCCE5; }
a { background-color: rgb(221,204,229); }
div.DivClassName
{
background-color: #DDCCE5;
}
.BgClassName
{
background-color: #DDCCE5;
}
</style>
border-color css
<style>
span { border-color: #DDCCE5; }
span { border-color: rgb(221,204,229); }
td.TdClassName
{
border-color: #DDCCE5;
}
.TagClassName
{
border-color: #DDCCE5;
}
</style>