Shades of Titan White #DEDAE2
Tints of Titan White #DEDAE2
RGB
CMYK
RGB Variations
Color information
#DEDAE2 (or 0xDEDAE2) is known color: Titan White. HEX triplet: DE, DA and E2. RGB value is (222,218,226). Sum of RGB (Red+Green+Blue) = 222+218+226=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEDAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDAE2 is #21251D. Grayscale: #DCDCDC. Windows color (decimal): -2172190 or 14867166. OLE color: 14867166.
HSL color Cylindrical-coordinate representation of color #DEDAE2: hue angle of 270º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEDAE2 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 218 | 226 | - |
CMYK | 0.02 | 0.04 | 0 | 0.11 |
HSL | 270º | 0.12% | 0.87% | - |
HSV(B) | 270º | 0.04% | 0.89% | - |
XYZ | 68.92 | 71.16 | 82.05 | - |
YUV | 220.11 | 131.33 | 129.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 226 | 0.02 | 0.04 | 0 | 0.11 | 270 | 0.12 | 0.87 |
Hex | DE | DA | E2 | 2 | 4 | 0 | B | 10E | C | 57 |
Octal | 336 | 332 | 342 | 2 | 4 | 0 | 13 | 416 | 14 | 127 |
Binary | 11011110 | 11011010 | 11100010 | 10 | 100 | 0 | 1011 | 100001110 | 1100 | 1010111 |
Color Harmonies of #DEDAE2
Complementary color
Monochromatic Colors of #DEDAE2
Black with #DEDAE2
Text Example
Text Example
White with #DEDAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAE2; }
p { color: rgb(222,218,226); }
H1.HeaderClassName
{
color: #DEDAE2;
}
.AnyTagClassName
{
color: #DEDAE2;
}
</style>
background-color css
<style>
a { background-color: #DEDAE2; }
a { background-color: rgb(222,218,226); }
div.DivClassName
{
background-color: #DEDAE2;
}
.BgClassName
{
background-color: #DEDAE2;
}
</style>
border-color css
<style>
span { border-color: #DEDAE2; }
span { border-color: rgb(222,218,226); }
td.TdClassName
{
border-color: #DEDAE2;
}
.TagClassName
{
border-color: #DEDAE2;
}
</style>