Shades of Snuff #ECCDEE
Tints of Snuff #ECCDEE
RGB
CMYK
RGB Variations
Color information
#ECCDEE (or 0xECCDEE) is known color: Snuff. HEX triplet: EC, CD and EE. RGB value is (236,205,238). Sum of RGB (Red+Green+Blue) = 236+205+238=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 205 (80.47% from 255 or 30.19% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECCDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDEE is #133211. Grayscale: #D9D9D9. Windows color (decimal): -1258002 or 15650284. OLE color: 15650284.
HSL color Cylindrical-coordinate representation of color #ECCDEE: hue angle of 296.36º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCDEE is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 205 | 238 | - |
CMYK | 0.01 | 0.14 | 0 | 0.07 |
HSL | 296.36º | 0.49% | 0.87% | - |
HSV(B) | 296.36º | 0.14% | 0.93% | - |
XYZ | 71.86 | 67.67 | 90.16 | - |
YUV | 218.03 | 139.27 | 140.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 205 | 238 | 0.01 | 0.14 | 0 | 0.07 | 296.36 | 0.49 | 0.87 |
Hex | EC | CD | EE | 1 | E | 0 | 7 | 128 | 31 | 57 |
Octal | 354 | 315 | 356 | 1 | 16 | 0 | 7 | 450 | 61 | 127 |
Binary | 11101100 | 11001101 | 11101110 | 1 | 1110 | 0 | 111 | 100101000 | 110001 | 1010111 |
Color Harmonies of #ECCDEE
Complementary color
Monochromatic Colors of #ECCDEE
Black with #ECCDEE
Text Example
Text Example
White with #ECCDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDEE; }
p { color: rgb(236,205,238); }
H1.HeaderClassName
{
color: #ECCDEE;
}
.AnyTagClassName
{
color: #ECCDEE;
}
</style>
background-color css
<style>
a { background-color: #ECCDEE; }
a { background-color: rgb(236,205,238); }
div.DivClassName
{
background-color: #ECCDEE;
}
.BgClassName
{
background-color: #ECCDEE;
}
</style>
border-color css
<style>
span { border-color: #ECCDEE; }
span { border-color: rgb(236,205,238); }
td.TdClassName
{
border-color: #ECCDEE;
}
.TagClassName
{
border-color: #ECCDEE;
}
</style>