Shades of Pale Rose #EDCCD0
Tints of Pale Rose #EDCCD0
RGB
CMYK
RGB Variations
Color information
#EDCCD0 (or 0xEDCCD0) is known color: Pale Rose. HEX triplet: ED, CC and D0. RGB value is (237,204,208). Sum of RGB (Red+Green+Blue) = 237+204+208=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCD0 is #12332F. Grayscale: #D6D6D6. Windows color (decimal): -1192752 or 13683949. OLE color: 13683949.
HSL color Cylindrical-coordinate representation of color #EDCCD0: hue angle of 352.73º 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 #EDCCD0 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 204 | 208 | - |
CMYK | 0 | 0.14 | 0.12 | 0.07 |
HSL | 352.73º | 0.48% | 0.86% | - |
HSV(B) | 352.73º | 0.14% | 0.93% | - |
XYZ | 67.9 | 65.74 | 68.79 | - |
YUV | 214.32 | 124.43 | 144.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 204 | 208 | 0 | 0.14 | 0.12 | 0.07 | 352.73 | 0.48 | 0.86 |
Hex | ED | CC | D0 | 0 | E | C | 7 | 161 | 30 | 56 |
Octal | 355 | 314 | 320 | 0 | 16 | 14 | 7 | 541 | 60 | 126 |
Binary | 11101101 | 11001100 | 11010000 | 0 | 1110 | 1100 | 111 | 101100001 | 110000 | 1010110 |
Color Harmonies of #EDCCD0
Complementary color
Monochromatic Colors of #EDCCD0
Black with #EDCCD0
Text Example
Text Example
White with #EDCCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCD0; }
p { color: rgb(237,204,208); }
H1.HeaderClassName
{
color: #EDCCD0;
}
.AnyTagClassName
{
color: #EDCCD0;
}
</style>
background-color css
<style>
a { background-color: #EDCCD0; }
a { background-color: rgb(237,204,208); }
div.DivClassName
{
background-color: #EDCCD0;
}
.BgClassName
{
background-color: #EDCCD0;
}
</style>
border-color css
<style>
span { border-color: #EDCCD0; }
span { border-color: rgb(237,204,208); }
td.TdClassName
{
border-color: #EDCCD0;
}
.TagClassName
{
border-color: #EDCCD0;
}
</style>