Shades of Prim #E6CDDA
Tints of Prim #E6CDDA
RGB
CMYK
RGB Variations
Color information
#E6CDDA (or 0xE6CDDA) is known color: Prim. HEX triplet: E6, CD and DA. RGB value is (230,205,218). Sum of RGB (Red+Green+Blue) = 230+205+218=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDDA is #193225. Grayscale: #D5D5D5. Windows color (decimal): -1651238 or 14339558. OLE color: 14339558.
HSL color Cylindrical-coordinate representation of color #E6CDDA: hue angle of 328.8º 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 #E6CDDA is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 205 | 218 | - |
CMYK | 0 | 0.11 | 0.05 | 0.10 |
HSL | 328.8º | 0.33% | 0.85% | - |
HSV(B) | 328.8º | 0.11% | 0.9% | - |
XYZ | 67.12 | 65.55 | 75.44 | - |
YUV | 213.96 | 130.28 | 139.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 205 | 218 | 0 | 0.11 | 0.05 | 0.10 | 328.8 | 0.33 | 0.85 |
Hex | E6 | CD | DA | 0 | B | 5 | A | 149 | 21 | 55 |
Octal | 346 | 315 | 332 | 0 | 13 | 5 | 12 | 511 | 41 | 125 |
Binary | 11100110 | 11001101 | 11011010 | 0 | 1011 | 101 | 1010 | 101001001 | 100001 | 1010101 |
Color Harmonies of #E6CDDA
Complementary color
Monochromatic Colors of #E6CDDA
Black with #E6CDDA
Text Example
Text Example
White with #E6CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDDA; }
p { color: rgb(230,205,218); }
H1.HeaderClassName
{
color: #E6CDDA;
}
.AnyTagClassName
{
color: #E6CDDA;
}
</style>
background-color css
<style>
a { background-color: #E6CDDA; }
a { background-color: rgb(230,205,218); }
div.DivClassName
{
background-color: #E6CDDA;
}
.BgClassName
{
background-color: #E6CDDA;
}
</style>
border-color css
<style>
span { border-color: #E6CDDA; }
span { border-color: rgb(230,205,218); }
td.TdClassName
{
border-color: #E6CDDA;
}
.TagClassName
{
border-color: #E6CDDA;
}
</style>