Shades of Pale Rose #EDDCDF
Tints of Pale Rose #EDDCDF
RGB
CMYK
RGB Variations
Color information
#EDDCDF (or 0xEDDCDF) is known color: Pale Rose. HEX triplet: ED, DC and DF. RGB value is (237,220,223). Sum of RGB (Red+Green+Blue) = 237+220+223=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCDF is #122320. Grayscale: #E1E1E1. Windows color (decimal): -1188641 or 14671085. OLE color: 14671085.
HSL color Cylindrical-coordinate representation of color #EDDCDF: hue angle of 349.41º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDDCDF is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 220 | 223 | - |
CMYK | 0 | 0.07 | 0.06 | 0.07 |
HSL | 349.41º | 0.32% | 0.9% | - |
HSV(B) | 349.41º | 0.07% | 0.93% | - |
XYZ | 73.84 | 74.52 | 80.3 | - |
YUV | 225.43 | 126.63 | 136.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 220 | 223 | 0 | 0.07 | 0.06 | 0.07 | 349.41 | 0.32 | 0.9 |
Hex | ED | DC | DF | 0 | 7 | 6 | 7 | 15D | 20 | 5A |
Octal | 355 | 334 | 337 | 0 | 7 | 6 | 7 | 535 | 40 | 132 |
Binary | 11101101 | 11011100 | 11011111 | 0 | 111 | 110 | 111 | 101011101 | 100000 | 1011010 |
Color Harmonies of #EDDCDF
Complementary color
Monochromatic Colors of #EDDCDF
Black with #EDDCDF
Text Example
Text Example
White with #EDDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDCDF; }
p { color: rgb(237,220,223); }
H1.HeaderClassName
{
color: #EDDCDF;
}
.AnyTagClassName
{
color: #EDDCDF;
}
</style>
background-color css
<style>
a { background-color: #EDDCDF; }
a { background-color: rgb(237,220,223); }
div.DivClassName
{
background-color: #EDDCDF;
}
.BgClassName
{
background-color: #EDDCDF;
}
</style>
border-color css
<style>
span { border-color: #EDDCDF; }
span { border-color: rgb(237,220,223); }
td.TdClassName
{
border-color: #EDDCDF;
}
.TagClassName
{
border-color: #EDDCDF;
}
</style>