Shades of Snuff #EFCCF0
Tints of Snuff #EFCCF0
RGB
CMYK
RGB Variations
Color information
#EFCCF0 (or 0xEFCCF0) is known color: Snuff. HEX triplet: EF, CC and F0. RGB value is (239,204,240). Sum of RGB (Red+Green+Blue) = 239+204+240=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFCCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCF0 is #10330F. Grayscale: #DADADA. Windows color (decimal): -1061648 or 15781103. OLE color: 15781103.
HSL color Cylindrical-coordinate representation of color #EFCCF0: hue angle of 298.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCCF0 is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 204 | 240 | - |
CMYK | 0.00 | 0.15 | 0 | 0.06 |
HSL | 298.33º | 0.55% | 0.87% | - |
HSV(B) | 298.33º | 0.15% | 0.94% | - |
XYZ | 72.92 | 67.83 | 91.69 | - |
YUV | 218.57 | 140.1 | 142.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 204 | 240 | 0.00 | 0.15 | 0 | 0.06 | 298.33 | 0.55 | 0.87 |
Hex | EF | CC | F0 | 0 | F | 0 | 6 | 12A | 37 | 57 |
Octal | 357 | 314 | 360 | 0 | 17 | 0 | 6 | 452 | 67 | 127 |
Binary | 11101111 | 11001100 | 11110000 | 0 | 1111 | 0 | 110 | 100101010 | 110111 | 1010111 |
Color Harmonies of #EFCCF0
Complementary color
Monochromatic Colors of #EFCCF0
Black with #EFCCF0
Text Example
Text Example
White with #EFCCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCF0; }
p { color: rgb(239,204,240); }
H1.HeaderClassName
{
color: #EFCCF0;
}
.AnyTagClassName
{
color: #EFCCF0;
}
</style>
background-color css
<style>
a { background-color: #EFCCF0; }
a { background-color: rgb(239,204,240); }
div.DivClassName
{
background-color: #EFCCF0;
}
.BgClassName
{
background-color: #EFCCF0;
}
</style>
border-color css
<style>
span { border-color: #EFCCF0; }
span { border-color: rgb(239,204,240); }
td.TdClassName
{
border-color: #EFCCF0;
}
.TagClassName
{
border-color: #EFCCF0;
}
</style>