Shades of Prim #E7CDDA
Tints of Prim #E7CDDA
RGB
CMYK
RGB Variations
Color information
#E7CDDA (or 0xE7CDDA) is known color: Prim. HEX triplet: E7, CD and DA. RGB value is (231,205,218). Sum of RGB (Red+Green+Blue) = 231+205+218=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDDA is #183225. Grayscale: #D6D6D6. Windows color (decimal): -1585702 or 14339559. OLE color: 14339559.
HSL color Cylindrical-coordinate representation of color #E7CDDA: hue angle of 330º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7CDDA is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 205 | 218 | - |
CMYK | 0 | 0.11 | 0.06 | 0.09 |
HSL | 330º | 0.35% | 0.85% | - |
HSV(B) | 330º | 0.11% | 0.91% | - |
XYZ | 67.44 | 65.71 | 75.46 | - |
YUV | 214.26 | 130.11 | 139.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 205 | 218 | 0 | 0.11 | 0.06 | 0.09 | 330 | 0.35 | 0.85 |
Hex | E7 | CD | DA | 0 | B | 6 | 9 | 14A | 23 | 55 |
Octal | 347 | 315 | 332 | 0 | 13 | 6 | 11 | 512 | 43 | 125 |
Binary | 11100111 | 11001101 | 11011010 | 0 | 1011 | 110 | 1001 | 101001010 | 100011 | 1010101 |
Color Harmonies of #E7CDDA
Complementary color
Monochromatic Colors of #E7CDDA
Black with #E7CDDA
Text Example
Text Example
White with #E7CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CDDA; }
p { color: rgb(231,205,218); }
H1.HeaderClassName
{
color: #E7CDDA;
}
.AnyTagClassName
{
color: #E7CDDA;
}
</style>
background-color css
<style>
a { background-color: #E7CDDA; }
a { background-color: rgb(231,205,218); }
div.DivClassName
{
background-color: #E7CDDA;
}
.BgClassName
{
background-color: #E7CDDA;
}
</style>
border-color css
<style>
span { border-color: #E7CDDA; }
span { border-color: rgb(231,205,218); }
td.TdClassName
{
border-color: #E7CDDA;
}
.TagClassName
{
border-color: #E7CDDA;
}
</style>