Shades of Classic Rose #EDCCE2
Tints of Classic Rose #EDCCE2
RGB
CMYK
RGB Variations
Color information
#EDCCE2 (or 0xEDCCE2) is known color: Classic Rose. HEX triplet: ED, CC and E2. RGB value is (237,204,226). Sum of RGB (Red+Green+Blue) = 237+204+226=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCE2 is #12331D. Grayscale: #D8D8D8. Windows color (decimal): -1192734 or 14863597. OLE color: 14863597.
HSL color Cylindrical-coordinate representation of color #EDCCE2: hue angle of 320º 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 #EDCCE2 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 204 | 226 | - |
CMYK | 0 | 0.14 | 0.05 | 0.07 |
HSL | 320º | 0.48% | 0.86% | - |
HSV(B) | 320º | 0.14% | 0.93% | - |
XYZ | 70.25 | 66.68 | 81.12 | - |
YUV | 216.38 | 133.43 | 142.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 204 | 226 | 0 | 0.14 | 0.05 | 0.07 | 320 | 0.48 | 0.86 |
Hex | ED | CC | E2 | 0 | E | 5 | 7 | 140 | 30 | 56 |
Octal | 355 | 314 | 342 | 0 | 16 | 5 | 7 | 500 | 60 | 126 |
Binary | 11101101 | 11001100 | 11100010 | 0 | 1110 | 101 | 111 | 101000000 | 110000 | 1010110 |
Color Harmonies of #EDCCE2
Complementary color
Monochromatic Colors of #EDCCE2
Black with #EDCCE2
Text Example
Text Example
White with #EDCCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCE2; }
p { color: rgb(237,204,226); }
H1.HeaderClassName
{
color: #EDCCE2;
}
.AnyTagClassName
{
color: #EDCCE2;
}
</style>
background-color css
<style>
a { background-color: #EDCCE2; }
a { background-color: rgb(237,204,226); }
div.DivClassName
{
background-color: #EDCCE2;
}
.BgClassName
{
background-color: #EDCCE2;
}
</style>
border-color css
<style>
span { border-color: #EDCCE2; }
span { border-color: rgb(237,204,226); }
td.TdClassName
{
border-color: #EDCCE2;
}
.TagClassName
{
border-color: #EDCCE2;
}
</style>