Shades of Titan White #DEDBE0
Tints of Titan White #DEDBE0
RGB
CMYK
RGB Variations
Color information
#DEDBE0 (or 0xDEDBE0) is known color: Titan White. HEX triplet: DE, DB and E0. RGB value is (222,219,224). Sum of RGB (Red+Green+Blue) = 222+219+224=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEDBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBE0 is #21241F. Grayscale: #DCDCDC. Windows color (decimal): -2171936 or 14736350. OLE color: 14736350.
HSL color Cylindrical-coordinate representation of color #DEDBE0: hue angle of 276º degrees, saturation: 0.07, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DEDBE0 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 222 | 219 | 224 | - |
CMYK | 0.01 | 0.02 | 0 | 0.12 |
HSL | 276º | 0.07% | 0.87% | - |
HSV(B) | 276º | 0.02% | 0.88% | - |
XYZ | 68.91 | 71.57 | 80.7 | - |
YUV | 220.47 | 129.99 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 219 | 224 | 0.01 | 0.02 | 0 | 0.12 | 276 | 0.07 | 0.87 |
Hex | DE | DB | E0 | 1 | 2 | 0 | C | 114 | 7 | 57 |
Octal | 336 | 333 | 340 | 1 | 2 | 0 | 14 | 424 | 7 | 127 |
Binary | 11011110 | 11011011 | 11100000 | 1 | 10 | 0 | 1100 | 100010100 | 111 | 1010111 |
Color Harmonies of #DEDBE0
Complementary color
Monochromatic Colors of #DEDBE0
Black with #DEDBE0
Text Example
Text Example
White with #DEDBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBE0; }
p { color: rgb(222,219,224); }
H1.HeaderClassName
{
color: #DEDBE0;
}
.AnyTagClassName
{
color: #DEDBE0;
}
</style>
background-color css
<style>
a { background-color: #DEDBE0; }
a { background-color: rgb(222,219,224); }
div.DivClassName
{
background-color: #DEDBE0;
}
.BgClassName
{
background-color: #DEDBE0;
}
</style>
border-color css
<style>
span { border-color: #DEDBE0; }
span { border-color: rgb(222,219,224); }
td.TdClassName
{
border-color: #DEDBE0;
}
.TagClassName
{
border-color: #DEDBE0;
}
</style>