Shades of Pale Rose #EECCD1
Tints of Pale Rose #EECCD1
RGB
CMYK
RGB Variations
Color information
#EECCD1 (or 0xEECCD1) is known color: Pale Rose. HEX triplet: EE, CC and D1. RGB value is (238,204,209). Sum of RGB (Red+Green+Blue) = 238+204+209=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCD1 is #11332E. Grayscale: #D6D6D6. Windows color (decimal): -1127215 or 13749486. OLE color: 13749486.
HSL color Cylindrical-coordinate representation of color #EECCD1: hue angle of 351.18º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECCD1 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 204 | 209 | - |
CMYK | 0 | 0.14 | 0.12 | 0.07 |
HSL | 351.18º | 0.5% | 0.87% | - |
HSV(B) | 351.18º | 0.14% | 0.93% | - |
XYZ | 68.36 | 65.97 | 69.45 | - |
YUV | 214.74 | 124.76 | 144.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 204 | 209 | 0 | 0.14 | 0.12 | 0.07 | 351.18 | 0.5 | 0.87 |
Hex | EE | CC | D1 | 0 | E | C | 7 | 15F | 32 | 57 |
Octal | 356 | 314 | 321 | 0 | 16 | 14 | 7 | 537 | 62 | 127 |
Binary | 11101110 | 11001100 | 11010001 | 0 | 1110 | 1100 | 111 | 101011111 | 110010 | 1010111 |
Color Harmonies of #EECCD1
Complementary color
Monochromatic Colors of #EECCD1
Black with #EECCD1
Text Example
Text Example
White with #EECCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCD1; }
p { color: rgb(238,204,209); }
H1.HeaderClassName
{
color: #EECCD1;
}
.AnyTagClassName
{
color: #EECCD1;
}
</style>
background-color css
<style>
a { background-color: #EECCD1; }
a { background-color: rgb(238,204,209); }
div.DivClassName
{
background-color: #EECCD1;
}
.BgClassName
{
background-color: #EECCD1;
}
</style>
border-color css
<style>
span { border-color: #EECCD1; }
span { border-color: rgb(238,204,209); }
td.TdClassName
{
border-color: #EECCD1;
}
.TagClassName
{
border-color: #EECCD1;
}
</style>