Shades of Classic Rose #EDBAD2
Tints of Classic Rose #EDBAD2
RGB
CMYK
RGB Variations
Color information
#EDBAD2 (or 0xEDBAD2) is known color: Classic Rose. HEX triplet: ED, BA and D2. RGB value is (237,186,210). Sum of RGB (Red+Green+Blue) = 237+186+210=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAD2 is #12452D. Grayscale: #CBCBCB. Windows color (decimal): -1197358 or 13810413. OLE color: 13810413.
HSL color Cylindrical-coordinate representation of color #EDBAD2: hue angle of 331.76º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBAD2 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 186 | 210 | - |
CMYK | 0 | 0.22 | 0.11 | 0.07 |
HSL | 331.76º | 0.59% | 0.83% | - |
HSV(B) | 331.76º | 0.22% | 0.93% | - |
XYZ | 64.12 | 57.78 | 68.75 | - |
YUV | 203.99 | 131.4 | 151.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 186 | 210 | 0 | 0.22 | 0.11 | 0.07 | 331.76 | 0.59 | 0.83 |
Hex | ED | BA | D2 | 0 | 16 | B | 7 | 14C | 3B | 53 |
Octal | 355 | 272 | 322 | 0 | 26 | 13 | 7 | 514 | 73 | 123 |
Binary | 11101101 | 10111010 | 11010010 | 0 | 10110 | 1011 | 111 | 101001100 | 111011 | 1010011 |
Color Harmonies of #EDBAD2
Complementary color
Monochromatic Colors of #EDBAD2
Black with #EDBAD2
Text Example
Text Example
White with #EDBAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBAD2; }
p { color: rgb(237,186,210); }
H1.HeaderClassName
{
color: #EDBAD2;
}
.AnyTagClassName
{
color: #EDBAD2;
}
</style>
background-color css
<style>
a { background-color: #EDBAD2; }
a { background-color: rgb(237,186,210); }
div.DivClassName
{
background-color: #EDBAD2;
}
.BgClassName
{
background-color: #EDBAD2;
}
</style>
border-color css
<style>
span { border-color: #EDBAD2; }
span { border-color: rgb(237,186,210); }
td.TdClassName
{
border-color: #EDBAD2;
}
.TagClassName
{
border-color: #EDBAD2;
}
</style>