Shades of Pale Rose #EDCCCE
Tints of Pale Rose #EDCCCE
RGB
CMYK
RGB Variations
Color information
#EDCCCE (or 0xEDCCCE) is known color: Pale Rose. HEX triplet: ED, CC and CE. RGB value is (237,204,206). Sum of RGB (Red+Green+Blue) = 237+204+206=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCCE is #123331. Grayscale: #D6D6D6. Windows color (decimal): -1192754 or 13552877. OLE color: 13552877.
HSL color Cylindrical-coordinate representation of color #EDCCCE: hue angle of 356.36º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCCCE is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 206 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.07 |
| HSL | 356.36º | 0.48% | 0.86% | - |
| HSV(B) | 356.36º | 0.14% | 0.93% | - |
| XYZ | 67.66 | 65.65 | 67.5 | - |
| YUV | 214.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 206 | 0 | 0.14 | 0.13 | 0.07 | 356.36 | 0.48 | 0.86 |
| Hex | ED | CC | CE | 0 | E | D | 7 | 164 | 30 | 56 |
| Octal | 355 | 314 | 316 | 0 | 16 | 15 | 7 | 544 | 60 | 126 |
| Binary | 11101101 | 11001100 | 11001110 | 0 | 1110 | 1101 | 111 | 101100100 | 110000 | 1010110 |
Color Harmonies of #EDCCCE
Complementary color
Monochromatic Colors of #EDCCCE
Black with #EDCCCE
Text Example
Text Example
White with #EDCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCCE; }
p { color: rgb(237,204,206); }
H1.HeaderClassName
{
color: #EDCCCE;
}
.AnyTagClassName
{
color: #EDCCCE;
}
</style>
background-color css
<style>
a { background-color: #EDCCCE; }
a { background-color: rgb(237,204,206); }
div.DivClassName
{
background-color: #EDCCCE;
}
.BgClassName
{
background-color: #EDCCCE;
}
</style>
border-color css
<style>
span { border-color: #EDCCCE; }
span { border-color: rgb(237,204,206); }
td.TdClassName
{
border-color: #EDCCCE;
}
.TagClassName
{
border-color: #EDCCCE;
}
</style>