Shades of Titan White #DDCEE3
Tints of Titan White #DDCEE3
RGB
CMYK
RGB Variations
Color information
#DDCEE3 (or 0xDDCEE3) is known color: Titan White. HEX triplet: DD, CE and E3. RGB value is (221,206,227). Sum of RGB (Red+Green+Blue) = 221+206+227=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDCEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEE3 is #22311C. Grayscale: #D4D4D4. Windows color (decimal): -2240797 or 14929629. OLE color: 14929629.
HSL color Cylindrical-coordinate representation of color #DDCEE3: hue angle of 282.86º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDCEE3 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 221 | 206 | 227 | - |
CMYK | 0.03 | 0.09 | 0 | 0.11 |
HSL | 282.86º | 0.27% | 0.85% | - |
HSV(B) | 282.86º | 0.09% | 0.89% | - |
XYZ | 65.76 | 65.06 | 81.77 | - |
YUV | 212.88 | 135.97 | 133.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 227 | 0.03 | 0.09 | 0 | 0.11 | 282.86 | 0.27 | 0.85 |
Hex | DD | CE | E3 | 3 | 9 | 0 | B | 11B | 1B | 55 |
Octal | 335 | 316 | 343 | 3 | 11 | 0 | 13 | 433 | 33 | 125 |
Binary | 11011101 | 11001110 | 11100011 | 11 | 1001 | 0 | 1011 | 100011011 | 11011 | 1010101 |
Color Harmonies of #DDCEE3
Complementary color
Monochromatic Colors of #DDCEE3
Black with #DDCEE3
Text Example
Text Example
White with #DDCEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEE3; }
p { color: rgb(221,206,227); }
H1.HeaderClassName
{
color: #DDCEE3;
}
.AnyTagClassName
{
color: #DDCEE3;
}
</style>
background-color css
<style>
a { background-color: #DDCEE3; }
a { background-color: rgb(221,206,227); }
div.DivClassName
{
background-color: #DDCEE3;
}
.BgClassName
{
background-color: #DDCEE3;
}
</style>
border-color css
<style>
span { border-color: #DDCEE3; }
span { border-color: rgb(221,206,227); }
td.TdClassName
{
border-color: #DDCEE3;
}
.TagClassName
{
border-color: #DDCEE3;
}
</style>