Shades of Selago #EFDCF3
Tints of Selago #EFDCF3
RGB
CMYK
RGB Variations
Color information
#EFDCF3 (or 0xEFDCF3) is known color: Selago. HEX triplet: EF, DC and F3. RGB value is (239,220,243). Sum of RGB (Red+Green+Blue) = 239+220+243=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 243 (95.31% from 255 or 34.62% from 702); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFDCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCF3 is #10230C. Grayscale: #E4E4E4. Windows color (decimal): -1057549 or 15981807. OLE color: 15981807.
HSL color Cylindrical-coordinate representation of color #EFDCF3: hue angle of 289.57º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDCF3 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 220 | 243 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.05 |
| HSL | 289.57º | 0.49% | 0.91% | - |
| HSV(B) | 289.57º | 0.09% | 0.95% | - |
| XYZ | 77.37 | 76.01 | 95.39 | - |
| YUV | 228.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 243 | 0.02 | 0.09 | 0 | 0.05 | 289.57 | 0.49 | 0.91 |
| Hex | EF | DC | F3 | 2 | 9 | 0 | 5 | 122 | 31 | 5B |
| Octal | 357 | 334 | 363 | 2 | 11 | 0 | 5 | 442 | 61 | 133 |
| Binary | 11101111 | 11011100 | 11110011 | 10 | 1001 | 0 | 101 | 100100010 | 110001 | 1011011 |
Color Harmonies of #EFDCF3
Complementary color
Monochromatic Colors of #EFDCF3
Black with #EFDCF3
Text Example
Text Example
White with #EFDCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCF3; }
p { color: rgb(239,220,243); }
H1.HeaderClassName
{
color: #EFDCF3;
}
.AnyTagClassName
{
color: #EFDCF3;
}
</style>
background-color css
<style>
a { background-color: #EFDCF3; }
a { background-color: rgb(239,220,243); }
div.DivClassName
{
background-color: #EFDCF3;
}
.BgClassName
{
background-color: #EFDCF3;
}
</style>
border-color css
<style>
span { border-color: #EFDCF3; }
span { border-color: rgb(239,220,243); }
td.TdClassName
{
border-color: #EFDCF3;
}
.TagClassName
{
border-color: #EFDCF3;
}
</style>