Shades of Selago #EFDEF2
Tints of Selago #EFDEF2
RGB
CMYK
RGB Variations
Color information
#EFDEF2 (or 0xEFDEF2) is known color: Selago. HEX triplet: EF, DE and F2. RGB value is (239,222,242). Sum of RGB (Red+Green+Blue) = 239+222+242=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 242 (94.92% from 255 or 34.42% from 703); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFDEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEF2 is #10210D. Grayscale: #E5E5E5. Windows color (decimal): -1057038 or 15916783. OLE color: 15916783.
HSL color Cylindrical-coordinate representation of color #EFDEF2: hue angle of 291º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDEF2 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 239 | 222 | 242 | - |
CMYK | 0.01 | 0.08 | 0 | 0.05 |
HSL | 291º | 0.43% | 0.91% | - |
HSV(B) | 291º | 0.08% | 0.95% | - |
XYZ | 77.74 | 77 | 94.77 | - |
YUV | 229.36 | 135.13 | 134.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 222 | 242 | 0.01 | 0.08 | 0 | 0.05 | 291 | 0.43 | 0.91 |
Hex | EF | DE | F2 | 1 | 8 | 0 | 5 | 123 | 2B | 5B |
Octal | 357 | 336 | 362 | 1 | 10 | 0 | 5 | 443 | 53 | 133 |
Binary | 11101111 | 11011110 | 11110010 | 1 | 1000 | 0 | 101 | 100100011 | 101011 | 1011011 |
Color Harmonies of #EFDEF2
Complementary color
Monochromatic Colors of #EFDEF2
Black with #EFDEF2
Text Example
Text Example
White with #EFDEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEF2; }
p { color: rgb(239,222,242); }
H1.HeaderClassName
{
color: #EFDEF2;
}
.AnyTagClassName
{
color: #EFDEF2;
}
</style>
background-color css
<style>
a { background-color: #EFDEF2; }
a { background-color: rgb(239,222,242); }
div.DivClassName
{
background-color: #EFDEF2;
}
.BgClassName
{
background-color: #EFDEF2;
}
</style>
border-color css
<style>
span { border-color: #EFDEF2; }
span { border-color: rgb(239,222,242); }
td.TdClassName
{
border-color: #EFDEF2;
}
.TagClassName
{
border-color: #EFDEF2;
}
</style>