Shades of Prim #E6CAD3
Tints of Prim #E6CAD3
RGB
CMYK
RGB Variations
Color information
#E6CAD3 (or 0xE6CAD3) is known color: Prim. HEX triplet: E6, CA and D3. RGB value is (230,202,211). Sum of RGB (Red+Green+Blue) = 230+202+211=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CAD3 is #19352C. Grayscale: #D3D3D3. Windows color (decimal): -1652013 or 13880038. OLE color: 13880038.
HSL color Cylindrical-coordinate representation of color #E6CAD3: hue angle of 340.71º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6CAD3 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 211 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.10 |
| HSL | 340.71º | 0.36% | 0.85% | - |
| HSV(B) | 340.71º | 0.12% | 0.9% | - |
| XYZ | 65.51 | 63.77 | 70.48 | - |
| YUV | 211.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 211 | 0 | 0.12 | 0.08 | 0.10 | 340.71 | 0.36 | 0.85 |
| Hex | E6 | CA | D3 | 0 | C | 8 | A | 155 | 24 | 55 |
| Octal | 346 | 312 | 323 | 0 | 14 | 10 | 12 | 525 | 44 | 125 |
| Binary | 11100110 | 11001010 | 11010011 | 0 | 1100 | 1000 | 1010 | 101010101 | 100100 | 1010101 |
Color Harmonies of #E6CAD3
Complementary color
Monochromatic Colors of #E6CAD3
Black with #E6CAD3
Text Example
Text Example
White with #E6CAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CAD3; }
p { color: rgb(230,202,211); }
H1.HeaderClassName
{
color: #E6CAD3;
}
.AnyTagClassName
{
color: #E6CAD3;
}
</style>
background-color css
<style>
a { background-color: #E6CAD3; }
a { background-color: rgb(230,202,211); }
div.DivClassName
{
background-color: #E6CAD3;
}
.BgClassName
{
background-color: #E6CAD3;
}
</style>
border-color css
<style>
span { border-color: #E6CAD3; }
span { border-color: rgb(230,202,211); }
td.TdClassName
{
border-color: #E6CAD3;
}
.TagClassName
{
border-color: #E6CAD3;
}
</style>