Shades of Pale Rose #EDDDDF
Tints of Pale Rose #EDDDDF
RGB
CMYK
RGB Variations
Color information
#EDDDDF (or 0xEDDDDF) is known color: Pale Rose. HEX triplet: ED, DD and DF. RGB value is (237,221,223). Sum of RGB (Red+Green+Blue) = 237+221+223=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDDF is #122220. Grayscale: #E2E2E2. Windows color (decimal): -1188385 or 14671341. OLE color: 14671341.
HSL color Cylindrical-coordinate representation of color #EDDDDF: hue angle of 352.5º degrees, saturation: 0.31, 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 #EDDDDF is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 221 | 223 | - |
CMYK | 0 | 0.07 | 0.06 | 0.07 |
HSL | 352.5º | 0.31% | 0.9% | - |
HSV(B) | 352.5º | 0.07% | 0.93% | - |
XYZ | 74.1 | 75.05 | 80.39 | - |
YUV | 226.01 | 126.3 | 135.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 223 | 0 | 0.07 | 0.06 | 0.07 | 352.5 | 0.31 | 0.9 |
Hex | ED | DD | DF | 0 | 7 | 6 | 7 | 160 | 1F | 5A |
Octal | 355 | 335 | 337 | 0 | 7 | 6 | 7 | 540 | 37 | 132 |
Binary | 11101101 | 11011101 | 11011111 | 0 | 111 | 110 | 111 | 101100000 | 11111 | 1011010 |
Color Harmonies of #EDDDDF
Complementary color
Monochromatic Colors of #EDDDDF
Black with #EDDDDF
Text Example
Text Example
White with #EDDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDDF; }
p { color: rgb(237,221,223); }
H1.HeaderClassName
{
color: #EDDDDF;
}
.AnyTagClassName
{
color: #EDDDDF;
}
</style>
background-color css
<style>
a { background-color: #EDDDDF; }
a { background-color: rgb(237,221,223); }
div.DivClassName
{
background-color: #EDDDDF;
}
.BgClassName
{
background-color: #EDDDDF;
}
</style>
border-color css
<style>
span { border-color: #EDDDDF; }
span { border-color: rgb(237,221,223); }
td.TdClassName
{
border-color: #EDDDDF;
}
.TagClassName
{
border-color: #EDDDDF;
}
</style>