Shades of Titan White #DACEE2
Tints of Titan White #DACEE2
RGB
CMYK
RGB Variations
Color information
#DACEE2 (or 0xDACEE2) is known color: Titan White. HEX triplet: DA, CE and E2. RGB value is (218,206,226). Sum of RGB (Red+Green+Blue) = 218+206+226=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 226 - color contains mainly: blue. Hex color #DACEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACEE2 is #25311D. Grayscale: #D3D3D3. Windows color (decimal): -2437406 or 14864090. OLE color: 14864090.
HSL color Cylindrical-coordinate representation of color #DACEE2: hue angle of 276º degrees, saturation: 0.26, 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 #DACEE2 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 206 | 226 | - |
CMYK | 0.04 | 0.09 | 0 | 0.11 |
HSL | 276º | 0.26% | 0.85% | - |
HSV(B) | 276º | 0.09% | 0.89% | - |
XYZ | 64.71 | 64.54 | 81 | - |
YUV | 211.87 | 135.98 | 132.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 206 | 226 | 0.04 | 0.09 | 0 | 0.11 | 276 | 0.26 | 0.85 |
Hex | DA | CE | E2 | 4 | 9 | 0 | B | 114 | 1A | 55 |
Octal | 332 | 316 | 342 | 4 | 11 | 0 | 13 | 424 | 32 | 125 |
Binary | 11011010 | 11001110 | 11100010 | 100 | 1001 | 0 | 1011 | 100010100 | 11010 | 1010101 |
Color Harmonies of #DACEE2
Complementary color
Monochromatic Colors of #DACEE2
Black with #DACEE2
Text Example
Text Example
White with #DACEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEE2; }
p { color: rgb(218,206,226); }
H1.HeaderClassName
{
color: #DACEE2;
}
.AnyTagClassName
{
color: #DACEE2;
}
</style>
background-color css
<style>
a { background-color: #DACEE2; }
a { background-color: rgb(218,206,226); }
div.DivClassName
{
background-color: #DACEE2;
}
.BgClassName
{
background-color: #DACEE2;
}
</style>
border-color css
<style>
span { border-color: #DACEE2; }
span { border-color: rgb(218,206,226); }
td.TdClassName
{
border-color: #DACEE2;
}
.TagClassName
{
border-color: #DACEE2;
}
</style>