Shades of Prim #E7CBDA
Tints of Prim #E7CBDA
RGB
CMYK
RGB Variations
Color information
#E7CBDA (or 0xE7CBDA) is known color: Prim. HEX triplet: E7, CB and DA. RGB value is (231,203,218). Sum of RGB (Red+Green+Blue) = 231+203+218=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBDA is #183425. Grayscale: #D5D5D5. Windows color (decimal): -1586214 or 14339047. OLE color: 14339047.
HSL color Cylindrical-coordinate representation of color #E7CBDA: hue angle of 327.86º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7CBDA is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 218 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.09 |
| HSL | 327.86º | 0.37% | 0.85% | - |
| HSV(B) | 327.86º | 0.12% | 0.91% | - |
| XYZ | 66.97 | 64.76 | 75.3 | - |
| YUV | 213.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 218 | 0 | 0.12 | 0.06 | 0.09 | 327.86 | 0.37 | 0.85 |
| Hex | E7 | CB | DA | 0 | C | 6 | 9 | 148 | 25 | 55 |
| Octal | 347 | 313 | 332 | 0 | 14 | 6 | 11 | 510 | 45 | 125 |
| Binary | 11100111 | 11001011 | 11011010 | 0 | 1100 | 110 | 1001 | 101001000 | 100101 | 1010101 |
Color Harmonies of #E7CBDA
Complementary color
Monochromatic Colors of #E7CBDA
Black with #E7CBDA
Text Example
Text Example
White with #E7CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CBDA; }
p { color: rgb(231,203,218); }
H1.HeaderClassName
{
color: #E7CBDA;
}
.AnyTagClassName
{
color: #E7CBDA;
}
</style>
background-color css
<style>
a { background-color: #E7CBDA; }
a { background-color: rgb(231,203,218); }
div.DivClassName
{
background-color: #E7CBDA;
}
.BgClassName
{
background-color: #E7CBDA;
}
</style>
border-color css
<style>
span { border-color: #E7CBDA; }
span { border-color: rgb(231,203,218); }
td.TdClassName
{
border-color: #E7CBDA;
}
.TagClassName
{
border-color: #E7CBDA;
}
</style>