Shades of Selago #DEDADF
Tints of Selago #DEDADF
RGB
CMYK
RGB Variations
Color information
#DEDADF (or 0xDEDADF) is known color: Selago. HEX triplet: DE, DA and DF. RGB value is (222,218,223). Sum of RGB (Red+Green+Blue) = 222+218+223=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEDADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDADF is #212520. Grayscale: #DBDBDB. Windows color (decimal): -2172193 or 14670558. OLE color: 14670558.
HSL color Cylindrical-coordinate representation of color #DEDADF: hue angle of 288º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DEDADF is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 218 | 223 | - |
CMYK | 0.00 | 0.02 | 0 | 0.13 |
HSL | 288º | 0.07% | 0.86% | - |
HSV(B) | 288º | 0.02% | 0.87% | - |
XYZ | 68.51 | 71 | 79.91 | - |
YUV | 219.77 | 129.83 | 129.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 223 | 0.00 | 0.02 | 0 | 0.13 | 288 | 0.07 | 0.86 |
Hex | DE | DA | DF | 0 | 2 | 0 | D | 120 | 7 | 56 |
Octal | 336 | 332 | 337 | 0 | 2 | 0 | 15 | 440 | 7 | 126 |
Binary | 11011110 | 11011010 | 11011111 | 0 | 10 | 0 | 1101 | 100100000 | 111 | 1010110 |
Color Harmonies of #DEDADF
Complementary color
Monochromatic Colors of #DEDADF
Black with #DEDADF
Text Example
Text Example
White with #DEDADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDADF; }
p { color: rgb(222,218,223); }
H1.HeaderClassName
{
color: #DEDADF;
}
.AnyTagClassName
{
color: #DEDADF;
}
</style>
background-color css
<style>
a { background-color: #DEDADF; }
a { background-color: rgb(222,218,223); }
div.DivClassName
{
background-color: #DEDADF;
}
.BgClassName
{
background-color: #DEDADF;
}
</style>
border-color css
<style>
span { border-color: #DEDADF; }
span { border-color: rgb(222,218,223); }
td.TdClassName
{
border-color: #DEDADF;
}
.TagClassName
{
border-color: #DEDADF;
}
</style>