Shades of Prim #E6CDDC
Tints of Prim #E6CDDC
RGB
CMYK
RGB Variations
Color information
#E6CDDC (or 0xE6CDDC) is known color: Prim. HEX triplet: E6, CD and DC. RGB value is (230,205,220). Sum of RGB (Red+Green+Blue) = 230+205+220=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDDC is #193223. Grayscale: #D6D6D6. Windows color (decimal): -1651236 or 14470630. OLE color: 14470630.
HSL color Cylindrical-coordinate representation of color #E6CDDC: hue angle of 324º 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 #E6CDDC is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 205 | 220 | - |
CMYK | 0 | 0.11 | 0.04 | 0.10 |
HSL | 324º | 0.33% | 0.85% | - |
HSV(B) | 324º | 0.11% | 0.9% | - |
XYZ | 67.38 | 65.65 | 76.83 | - |
YUV | 214.19 | 131.28 | 139.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 205 | 220 | 0 | 0.11 | 0.04 | 0.10 | 324 | 0.33 | 0.85 |
Hex | E6 | CD | DC | 0 | B | 4 | A | 144 | 21 | 55 |
Octal | 346 | 315 | 334 | 0 | 13 | 4 | 12 | 504 | 41 | 125 |
Binary | 11100110 | 11001101 | 11011100 | 0 | 1011 | 100 | 1010 | 101000100 | 100001 | 1010101 |
Color Harmonies of #E6CDDC
Complementary color
Monochromatic Colors of #E6CDDC
Black with #E6CDDC
Text Example
Text Example
White with #E6CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDDC; }
p { color: rgb(230,205,220); }
H1.HeaderClassName
{
color: #E6CDDC;
}
.AnyTagClassName
{
color: #E6CDDC;
}
</style>
background-color css
<style>
a { background-color: #E6CDDC; }
a { background-color: rgb(230,205,220); }
div.DivClassName
{
background-color: #E6CDDC;
}
.BgClassName
{
background-color: #E6CDDC;
}
</style>
border-color css
<style>
span { border-color: #E6CDDC; }
span { border-color: rgb(230,205,220); }
td.TdClassName
{
border-color: #E6CDDC;
}
.TagClassName
{
border-color: #E6CDDC;
}
</style>