Shades of Titan White #DDCEE7
Tints of Titan White #DDCEE7
RGB
CMYK
RGB Variations
Color information
#DDCEE7 (or 0xDDCEE7) is known color: Titan White. HEX triplet: DD, CE and E7. RGB value is (221,206,231). Sum of RGB (Red+Green+Blue) = 221+206+231=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDCEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEE7 is #223118. Grayscale: #D5D5D5. Windows color (decimal): -2240793 or 15191773. OLE color: 15191773.
HSL color Cylindrical-coordinate representation of color #DDCEE7: hue angle of 276º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDCEE7 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 206 | 231 | - |
CMYK | 0.04 | 0.11 | 0 | 0.09 |
HSL | 276º | 0.34% | 0.86% | - |
HSV(B) | 276º | 0.11% | 0.91% | - |
XYZ | 66.31 | 65.28 | 84.71 | - |
YUV | 213.34 | 137.97 | 133.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 231 | 0.04 | 0.11 | 0 | 0.09 | 276 | 0.34 | 0.86 |
Hex | DD | CE | E7 | 4 | B | 0 | 9 | 114 | 22 | 56 |
Octal | 335 | 316 | 347 | 4 | 13 | 0 | 11 | 424 | 42 | 126 |
Binary | 11011101 | 11001110 | 11100111 | 100 | 1011 | 0 | 1001 | 100010100 | 100010 | 1010110 |
Color Harmonies of #DDCEE7
Complementary color
Monochromatic Colors of #DDCEE7
Black with #DDCEE7
Text Example
Text Example
White with #DDCEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEE7; }
p { color: rgb(221,206,231); }
H1.HeaderClassName
{
color: #DDCEE7;
}
.AnyTagClassName
{
color: #DDCEE7;
}
</style>
background-color css
<style>
a { background-color: #DDCEE7; }
a { background-color: rgb(221,206,231); }
div.DivClassName
{
background-color: #DDCEE7;
}
.BgClassName
{
background-color: #DDCEE7;
}
</style>
border-color css
<style>
span { border-color: #DDCEE7; }
span { border-color: rgb(221,206,231); }
td.TdClassName
{
border-color: #DDCEE7;
}
.TagClassName
{
border-color: #DDCEE7;
}
</style>