Shades of Snuff #EFCCF2
Tints of Snuff #EFCCF2
RGB
CMYK
RGB Variations
Color information
#EFCCF2 (or 0xEFCCF2) is known color: Snuff. HEX triplet: EF, CC and F2. RGB value is (239,204,242). Sum of RGB (Red+Green+Blue) = 239+204+242=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 204 (80.08% from 255 or 29.78% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFCCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCF2 is #10330D. Grayscale: #DADADA. Windows color (decimal): -1061646 or 15912175. OLE color: 15912175.
HSL color Cylindrical-coordinate representation of color #EFCCF2: hue angle of 295.26º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFCCF2 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 204 | 242 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.05 |
| HSL | 295.26º | 0.59% | 0.87% | - |
| HSV(B) | 295.26º | 0.16% | 0.95% | - |
| XYZ | 73.22 | 67.95 | 93.26 | - |
| YUV | 218.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 242 | 0.01 | 0.16 | 0 | 0.05 | 295.26 | 0.59 | 0.87 |
| Hex | EF | CC | F2 | 1 | 10 | 0 | 5 | 127 | 3B | 57 |
| Octal | 357 | 314 | 362 | 1 | 20 | 0 | 5 | 447 | 73 | 127 |
| Binary | 11101111 | 11001100 | 11110010 | 1 | 10000 | 0 | 101 | 100100111 | 111011 | 1010111 |
Color Harmonies of #EFCCF2
Complementary color
Monochromatic Colors of #EFCCF2
Black with #EFCCF2
Text Example
Text Example
White with #EFCCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCF2; }
p { color: rgb(239,204,242); }
H1.HeaderClassName
{
color: #EFCCF2;
}
.AnyTagClassName
{
color: #EFCCF2;
}
</style>
background-color css
<style>
a { background-color: #EFCCF2; }
a { background-color: rgb(239,204,242); }
div.DivClassName
{
background-color: #EFCCF2;
}
.BgClassName
{
background-color: #EFCCF2;
}
</style>
border-color css
<style>
span { border-color: #EFCCF2; }
span { border-color: rgb(239,204,242); }
td.TdClassName
{
border-color: #EFCCF2;
}
.TagClassName
{
border-color: #EFCCF2;
}
</style>