Shades of Snuff #E6CAEC
Tints of Snuff #E6CAEC
RGB
CMYK
RGB Variations
Color information
#E6CAEC (or 0xE6CAEC) is known color: Snuff. HEX triplet: E6, CA and EC. RGB value is (230,202,236). Sum of RGB (Red+Green+Blue) = 230+202+236=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6CAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CAEC is #193513. Grayscale: #D6D6D6. Windows color (decimal): -1651988 or 15518438. OLE color: 15518438.
HSL color Cylindrical-coordinate representation of color #E6CAEC: hue angle of 289.41º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6CAEC is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 202 | 236 | - |
CMYK | 0.03 | 0.14 | 0 | 0.07 |
HSL | 289.41º | 0.47% | 0.86% | - |
HSV(B) | 289.41º | 0.14% | 0.93% | - |
XYZ | 68.89 | 65.12 | 88.3 | - |
YUV | 214.25 | 140.28 | 139.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 202 | 236 | 0.03 | 0.14 | 0 | 0.07 | 289.41 | 0.47 | 0.86 |
Hex | E6 | CA | EC | 3 | E | 0 | 7 | 121 | 2F | 56 |
Octal | 346 | 312 | 354 | 3 | 16 | 0 | 7 | 441 | 57 | 126 |
Binary | 11100110 | 11001010 | 11101100 | 11 | 1110 | 0 | 111 | 100100001 | 101111 | 1010110 |
Color Harmonies of #E6CAEC
Complementary color
Monochromatic Colors of #E6CAEC
Black with #E6CAEC
Text Example
Text Example
White with #E6CAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CAEC; }
p { color: rgb(230,202,236); }
H1.HeaderClassName
{
color: #E6CAEC;
}
.AnyTagClassName
{
color: #E6CAEC;
}
</style>
background-color css
<style>
a { background-color: #E6CAEC; }
a { background-color: rgb(230,202,236); }
div.DivClassName
{
background-color: #E6CAEC;
}
.BgClassName
{
background-color: #E6CAEC;
}
</style>
border-color css
<style>
span { border-color: #E6CAEC; }
span { border-color: rgb(230,202,236); }
td.TdClassName
{
border-color: #E6CAEC;
}
.TagClassName
{
border-color: #E6CAEC;
}
</style>