Shades of Classic Rose #EADFE6
Tints of Classic Rose #EADFE6
RGB
CMYK
RGB Variations
Color information
#EADFE6 (or 0xEADFE6) is known color: Classic Rose. HEX triplet: EA, DF and E6. RGB value is (234,223,230). Sum of RGB (Red+Green+Blue) = 234+223+230=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFE6 is #152019. Grayscale: #E3E3E3. Windows color (decimal): -1384474 or 15130602. OLE color: 15130602.
HSL color Cylindrical-coordinate representation of color #EADFE6: hue angle of 321.82º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EADFE6 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 223 | 230 | - |
CMYK | 0 | 0.05 | 0.02 | 0.08 |
HSL | 321.82º | 0.21% | 0.9% | - |
HSV(B) | 321.82º | 0.05% | 0.92% | - |
XYZ | 74.6 | 75.98 | 85.6 | - |
YUV | 227.09 | 129.64 | 132.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 223 | 230 | 0 | 0.05 | 0.02 | 0.08 | 321.82 | 0.21 | 0.9 |
Hex | EA | DF | E6 | 0 | 5 | 2 | 8 | 142 | 15 | 5A |
Octal | 352 | 337 | 346 | 0 | 5 | 2 | 10 | 502 | 25 | 132 |
Binary | 11101010 | 11011111 | 11100110 | 0 | 101 | 10 | 1000 | 101000010 | 10101 | 1011010 |
Color Harmonies of #EADFE6
Complementary color
Monochromatic Colors of #EADFE6
Black with #EADFE6
Text Example
Text Example
White with #EADFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFE6; }
p { color: rgb(234,223,230); }
H1.HeaderClassName
{
color: #EADFE6;
}
.AnyTagClassName
{
color: #EADFE6;
}
</style>
background-color css
<style>
a { background-color: #EADFE6; }
a { background-color: rgb(234,223,230); }
div.DivClassName
{
background-color: #EADFE6;
}
.BgClassName
{
background-color: #EADFE6;
}
</style>
border-color css
<style>
span { border-color: #EADFE6; }
span { border-color: rgb(234,223,230); }
td.TdClassName
{
border-color: #EADFE6;
}
.TagClassName
{
border-color: #EADFE6;
}
</style>