Shades of Selago #FFE5FF
Tints of Selago #FFE5FF
RGB
CMYK
RGB Variations
Color information
#FFE5FF (or 0xFFE5FF) is known color: Selago. HEX triplet: FF, E5 and FF. RGB value is (255,229,255). Sum of RGB (Red+Green+Blue) = 255+229+255=739 (97% of max value = 765). Red value is 255 (100% from 255 or 34.51% from 739); Green value is 229 (89.84% from 255 or 30.99% from 739); Blue value is 255 (100% from 255 or 34.51% from 739); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFE5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5FF is #001A00. Grayscale: #EFEFEF. Windows color (decimal): -6657 or 16770559. OLE color: 16770559.
HSL color Cylindrical-coordinate representation of color #FFE5FF: hue angle of 300º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFE5FF is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 255 | - |
| CMYK | 0 | 0.10 | 0 | 0 |
| HSL | 300º | 1% | 0.95% | - |
| HSV(B) | 300º | 0.1% | 1% | - |
| XYZ | 87.31 | 84.52 | 106.32 | - |
| YUV | 239.74 | 136.61 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 255 | 0 | 0.10 | 0 | 0 | 300 | 1 | 0.95 |
| Hex | FF | E5 | FF | 0 | A | 0 | 0 | 12C | 64 | 5F |
| Octal | 377 | 345 | 377 | 0 | 12 | 0 | 0 | 454 | 144 | 137 |
| Binary | 11111111 | 11100101 | 11111111 | 0 | 1010 | 0 | 0 | 100101100 | 1100100 | 1011111 |
Color Harmonies of #FFE5FF
Complementary color
Monochromatic Colors of #FFE5FF
Black with #FFE5FF
Text Example
Text Example
White with #FFE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5FF; }
p { color: rgb(255,229,255); }
H1.HeaderClassName
{
color: #FFE5FF;
}
.AnyTagClassName
{
color: #FFE5FF;
}
</style>
background-color css
<style>
a { background-color: #FFE5FF; }
a { background-color: rgb(255,229,255); }
div.DivClassName
{
background-color: #FFE5FF;
}
.BgClassName
{
background-color: #FFE5FF;
}
</style>
border-color css
<style>
span { border-color: #FFE5FF; }
span { border-color: rgb(255,229,255); }
td.TdClassName
{
border-color: #FFE5FF;
}
.TagClassName
{
border-color: #FFE5FF;
}
</style>