Shades of Pale Rose #EDCDCE
Tints of Pale Rose #EDCDCE
RGB
CMYK
RGB Variations
Color information
#EDCDCE (or 0xEDCDCE) is known color: Pale Rose. HEX triplet: ED, CD and CE. RGB value is (237,205,206). Sum of RGB (Red+Green+Blue) = 237+205+206=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDCE is #123231. Grayscale: #D6D6D6. Windows color (decimal): -1192498 or 13553133. OLE color: 13553133.
HSL color Cylindrical-coordinate representation of color #EDCDCE: hue angle of 358.12º degrees, saturation: 0.47, 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 #EDCDCE is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 205 | 206 | - |
CMYK | 0 | 0.14 | 0.13 | 0.07 |
HSL | 358.13º | 0.47% | 0.87% | - |
HSV(B) | 358.13º | 0.14% | 0.93% | - |
XYZ | 67.9 | 66.12 | 67.58 | - |
YUV | 214.68 | 123.1 | 143.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 205 | 206 | 0 | 0.14 | 0.13 | 0.07 | 358.13 | 0.47 | 0.87 |
Hex | ED | CD | CE | 0 | E | D | 7 | 166 | 2F | 57 |
Octal | 355 | 315 | 316 | 0 | 16 | 15 | 7 | 546 | 57 | 127 |
Binary | 11101101 | 11001101 | 11001110 | 0 | 1110 | 1101 | 111 | 101100110 | 101111 | 1010111 |
Color Harmonies of #EDCDCE
Complementary color
Monochromatic Colors of #EDCDCE
Black with #EDCDCE
Text Example
Text Example
White with #EDCDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDCE; }
p { color: rgb(237,205,206); }
H1.HeaderClassName
{
color: #EDCDCE;
}
.AnyTagClassName
{
color: #EDCDCE;
}
</style>
background-color css
<style>
a { background-color: #EDCDCE; }
a { background-color: rgb(237,205,206); }
div.DivClassName
{
background-color: #EDCDCE;
}
.BgClassName
{
background-color: #EDCDCE;
}
</style>
border-color css
<style>
span { border-color: #EDCDCE; }
span { border-color: rgb(237,205,206); }
td.TdClassName
{
border-color: #EDCDCE;
}
.TagClassName
{
border-color: #EDCDCE;
}
</style>