Shades of Prim #E6C3D3
Tints of Prim #E6C3D3
RGB
CMYK
RGB Variations
Color information
#E6C3D3 (or 0xE6C3D3) is known color: Prim. HEX triplet: E6, C3 and D3. RGB value is (230,195,211). Sum of RGB (Red+Green+Blue) = 230+195+211=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C3D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C3D3 is #193C2C. Grayscale: #CFCFCF. Windows color (decimal): -1653805 or 13878246. OLE color: 13878246.
HSL color Cylindrical-coordinate representation of color #E6C3D3: hue angle of 332.57º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6C3D3 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 211 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.10 |
| HSL | 332.57º | 0.41% | 0.83% | - |
| HSV(B) | 332.57º | 0.15% | 0.9% | - |
| XYZ | 63.91 | 60.56 | 69.95 | - |
| YUV | 207.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 211 | 0 | 0.15 | 0.08 | 0.10 | 332.57 | 0.41 | 0.83 |
| Hex | E6 | C3 | D3 | 0 | F | 8 | A | 14D | 29 | 53 |
| Octal | 346 | 303 | 323 | 0 | 17 | 10 | 12 | 515 | 51 | 123 |
| Binary | 11100110 | 11000011 | 11010011 | 0 | 1111 | 1000 | 1010 | 101001101 | 101001 | 1010011 |
Color Harmonies of #E6C3D3
Complementary color
Monochromatic Colors of #E6C3D3
Black with #E6C3D3
Text Example
Text Example
White with #E6C3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C3D3; }
p { color: rgb(230,195,211); }
H1.HeaderClassName
{
color: #E6C3D3;
}
.AnyTagClassName
{
color: #E6C3D3;
}
</style>
background-color css
<style>
a { background-color: #E6C3D3; }
a { background-color: rgb(230,195,211); }
div.DivClassName
{
background-color: #E6C3D3;
}
.BgClassName
{
background-color: #E6C3D3;
}
</style>
border-color css
<style>
span { border-color: #E6C3D3; }
span { border-color: rgb(230,195,211); }
td.TdClassName
{
border-color: #E6C3D3;
}
.TagClassName
{
border-color: #E6C3D3;
}
</style>