Shades of Prim #E6CDD7
Tints of Prim #E6CDD7
RGB
CMYK
RGB Variations
Color information
#E6CDD7 (or 0xE6CDD7) is known color: Prim. HEX triplet: E6, CD and D7. RGB value is (230,205,215). Sum of RGB (Red+Green+Blue) = 230+205+215=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDD7 is #193228. Grayscale: #D5D5D5. Windows color (decimal): -1651241 or 14142950. OLE color: 14142950.
HSL color Cylindrical-coordinate representation of color #E6CDD7: hue angle of 336º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6CDD7 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 215 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.10 |
| HSL | 336º | 0.33% | 0.85% | - |
| HSV(B) | 336º | 0.11% | 0.9% | - |
| XYZ | 66.73 | 65.39 | 73.39 | - |
| YUV | 213.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 215 | 0 | 0.11 | 0.07 | 0.10 | 336 | 0.33 | 0.85 |
| Hex | E6 | CD | D7 | 0 | B | 7 | A | 150 | 21 | 55 |
| Octal | 346 | 315 | 327 | 0 | 13 | 7 | 12 | 520 | 41 | 125 |
| Binary | 11100110 | 11001101 | 11010111 | 0 | 1011 | 111 | 1010 | 101010000 | 100001 | 1010101 |
Color Harmonies of #E6CDD7
Complementary color
Monochromatic Colors of #E6CDD7
Black with #E6CDD7
Text Example
Text Example
White with #E6CDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDD7; }
p { color: rgb(230,205,215); }
H1.HeaderClassName
{
color: #E6CDD7;
}
.AnyTagClassName
{
color: #E6CDD7;
}
</style>
background-color css
<style>
a { background-color: #E6CDD7; }
a { background-color: rgb(230,205,215); }
div.DivClassName
{
background-color: #E6CDD7;
}
.BgClassName
{
background-color: #E6CDD7;
}
</style>
border-color css
<style>
span { border-color: #E6CDD7; }
span { border-color: rgb(230,205,215); }
td.TdClassName
{
border-color: #E6CDD7;
}
.TagClassName
{
border-color: #E6CDD7;
}
</style>