Shades of Snuff #EFCDF3
Tints of Snuff #EFCDF3
RGB
CMYK
RGB Variations
Color information
#EFCDF3 (or 0xEFCDF3) is known color: Snuff. HEX triplet: EF, CD and F3. RGB value is (239,205,243). Sum of RGB (Red+Green+Blue) = 239+205+243=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 205 (80.47% from 255 or 29.84% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFCDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCDF3 is #10320C. Grayscale: #DBDBDB. Windows color (decimal): -1061389 or 15977967. OLE color: 15977967.
HSL color Cylindrical-coordinate representation of color #EFCDF3: hue angle of 293.68º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFCDF3 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 239 | 205 | 243 | - |
CMYK | 0.02 | 0.16 | 0 | 0.05 |
HSL | 293.68º | 0.61% | 0.88% | - |
HSV(B) | 293.68º | 0.16% | 0.95% | - |
XYZ | 73.61 | 68.48 | 94.13 | - |
YUV | 219.5 | 141.26 | 141.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 205 | 243 | 0.02 | 0.16 | 0 | 0.05 | 293.68 | 0.61 | 0.88 |
Hex | EF | CD | F3 | 2 | 10 | 0 | 5 | 126 | 3D | 58 |
Octal | 357 | 315 | 363 | 2 | 20 | 0 | 5 | 446 | 75 | 130 |
Binary | 11101111 | 11001101 | 11110011 | 10 | 10000 | 0 | 101 | 100100110 | 111101 | 1011000 |
Color Harmonies of #EFCDF3
Complementary color
Monochromatic Colors of #EFCDF3
Black with #EFCDF3
Text Example
Text Example
White with #EFCDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDF3; }
p { color: rgb(239,205,243); }
H1.HeaderClassName
{
color: #EFCDF3;
}
.AnyTagClassName
{
color: #EFCDF3;
}
</style>
background-color css
<style>
a { background-color: #EFCDF3; }
a { background-color: rgb(239,205,243); }
div.DivClassName
{
background-color: #EFCDF3;
}
.BgClassName
{
background-color: #EFCDF3;
}
</style>
border-color css
<style>
span { border-color: #EFCDF3; }
span { border-color: rgb(239,205,243); }
td.TdClassName
{
border-color: #EFCDF3;
}
.TagClassName
{
border-color: #EFCDF3;
}
</style>