Shades of Selago #F7DDF8
Tints of Selago #F7DDF8
RGB
CMYK
RGB Variations
Color information
#F7DDF8 (or 0xF7DDF8) is known color: Selago. HEX triplet: F7, DD and F8. RGB value is (247,221,248). Sum of RGB (Red+Green+Blue) = 247+221+248=716 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.50% from 716); Green value is 221 (86.72% from 255 or 30.87% from 716); Blue value is 248 (97.27% from 255 or 34.64% from 716); Max value from RGB is 248 - color contains mainly: blue. Hex color #F7DDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DDF8 is #082207. Grayscale: #E7E7E7. Windows color (decimal): -533000 or 16309751. OLE color: 16309751.
HSL color Cylindrical-coordinate representation of color #F7DDF8: hue angle of 297.78º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7DDF8 is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 221 | 248 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.03 |
| HSL | 297.78º | 0.66% | 0.92% | - |
| HSV(B) | 297.78º | 0.11% | 0.97% | - |
| XYZ | 81.16 | 78.26 | 99.64 | - |
| YUV | 231.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 221 | 248 | 0.00 | 0.11 | 0 | 0.03 | 297.78 | 0.66 | 0.92 |
| Hex | F7 | DD | F8 | 0 | B | 0 | 3 | 12A | 42 | 5C |
| Octal | 367 | 335 | 370 | 0 | 13 | 0 | 3 | 452 | 102 | 134 |
| Binary | 11110111 | 11011101 | 11111000 | 0 | 1011 | 0 | 11 | 100101010 | 1000010 | 1011100 |
Color Harmonies of #F7DDF8
Complementary color
Monochromatic Colors of #F7DDF8
Black with #F7DDF8
Text Example
Text Example
White with #F7DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DDF8; }
p { color: rgb(247,221,248); }
H1.HeaderClassName
{
color: #F7DDF8;
}
.AnyTagClassName
{
color: #F7DDF8;
}
</style>
background-color css
<style>
a { background-color: #F7DDF8; }
a { background-color: rgb(247,221,248); }
div.DivClassName
{
background-color: #F7DDF8;
}
.BgClassName
{
background-color: #F7DDF8;
}
</style>
border-color css
<style>
span { border-color: #F7DDF8; }
span { border-color: rgb(247,221,248); }
td.TdClassName
{
border-color: #F7DDF8;
}
.TagClassName
{
border-color: #F7DDF8;
}
</style>