Shades of Selago #FFEEFF
Tints of Selago #FFEEFF
RGB
CMYK
RGB Variations
Color information
#FFEEFF (or 0xFFEEFF) is known color: Selago. HEX triplet: FF, EE and FF. RGB value is (255,238,255). Sum of RGB (Red+Green+Blue) = 255+238+255=748 (99% of max value = 765). Red value is 255 (100% from 255 or 34.09% from 748); Green value is 238 (93.36% from 255 or 31.82% from 748); Blue value is 255 (100% from 255 or 34.09% from 748); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFEEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEEFF is #001100. Grayscale: #F4F4F4. Windows color (decimal): -4353 or 16772863. OLE color: 16772863.
HSL color Cylindrical-coordinate representation of color #FFEEFF: hue angle of 300º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFEEFF is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 238 | 255 | - |
CMYK | 0 | 0.07 | 0 | 0 |
HSL | 300º | 1% | 0.97% | - |
HSV(B) | 300º | 0.07% | 1% | - |
XYZ | 89.86 | 89.63 | 107.17 | - |
YUV | 245.02 | 133.63 | 135.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 238 | 255 | 0 | 0.07 | 0 | 0 | 300 | 1 | 0.97 |
Hex | FF | EE | FF | 0 | 7 | 0 | 0 | 12C | 64 | 61 |
Octal | 377 | 356 | 377 | 0 | 7 | 0 | 0 | 454 | 144 | 141 |
Binary | 11111111 | 11101110 | 11111111 | 0 | 111 | 0 | 0 | 100101100 | 1100100 | 1100001 |
Color Harmonies of #FFEEFF
Complementary color
Monochromatic Colors of #FFEEFF
Black with #FFEEFF
Text Example
Text Example
White with #FFEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEFF; }
p { color: rgb(255,238,255); }
H1.HeaderClassName
{
color: #FFEEFF;
}
.AnyTagClassName
{
color: #FFEEFF;
}
</style>
background-color css
<style>
a { background-color: #FFEEFF; }
a { background-color: rgb(255,238,255); }
div.DivClassName
{
background-color: #FFEEFF;
}
.BgClassName
{
background-color: #FFEEFF;
}
</style>
border-color css
<style>
span { border-color: #FFEEFF; }
span { border-color: rgb(255,238,255); }
td.TdClassName
{
border-color: #FFEEFF;
}
.TagClassName
{
border-color: #FFEEFF;
}
</style>