Shades of Pale Rose #EDDADC
Tints of Pale Rose #EDDADC
RGB
CMYK
RGB Variations
Color information
#EDDADC (or 0xEDDADC) is known color: Pale Rose. HEX triplet: ED, DA and DC. RGB value is (237,218,220). Sum of RGB (Red+Green+Blue) = 237+218+220=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDADC is #122523. Grayscale: #DFDFDF. Windows color (decimal): -1189156 or 14473965. OLE color: 14473965.
HSL color Cylindrical-coordinate representation of color #EDDADC: hue angle of 353.68º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDDADC is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 218 | 220 | - |
CMYK | 0 | 0.08 | 0.07 | 0.07 |
HSL | 353.68º | 0.35% | 0.89% | - |
HSV(B) | 353.68º | 0.08% | 0.93% | - |
XYZ | 72.91 | 73.31 | 78.02 | - |
YUV | 223.91 | 125.79 | 137.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 218 | 220 | 0 | 0.08 | 0.07 | 0.07 | 353.68 | 0.35 | 0.89 |
Hex | ED | DA | DC | 0 | 8 | 7 | 7 | 162 | 23 | 59 |
Octal | 355 | 332 | 334 | 0 | 10 | 7 | 7 | 542 | 43 | 131 |
Binary | 11101101 | 11011010 | 11011100 | 0 | 1000 | 111 | 111 | 101100010 | 100011 | 1011001 |
Color Harmonies of #EDDADC
Complementary color
Monochromatic Colors of #EDDADC
Black with #EDDADC
Text Example
Text Example
White with #EDDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDADC; }
p { color: rgb(237,218,220); }
H1.HeaderClassName
{
color: #EDDADC;
}
.AnyTagClassName
{
color: #EDDADC;
}
</style>
background-color css
<style>
a { background-color: #EDDADC; }
a { background-color: rgb(237,218,220); }
div.DivClassName
{
background-color: #EDDADC;
}
.BgClassName
{
background-color: #EDDADC;
}
</style>
border-color css
<style>
span { border-color: #EDDADC; }
span { border-color: rgb(237,218,220); }
td.TdClassName
{
border-color: #EDDADC;
}
.TagClassName
{
border-color: #EDDADC;
}
</style>