Shades of Classic Rose #EAD3DF
Tints of Classic Rose #EAD3DF
RGB
CMYK
RGB Variations
Color information
#EAD3DF (or 0xEAD3DF) is known color: Classic Rose. HEX triplet: EA, D3 and DF. RGB value is (234,211,223). Sum of RGB (Red+Green+Blue) = 234+211+223=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD3DF is #152C20. Grayscale: #DBDBDB. Windows color (decimal): -1387553 or 14668778. OLE color: 14668778.
HSL color Cylindrical-coordinate representation of color #EAD3DF: hue angle of 328.7º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAD3DF is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 211 | 223 | - |
CMYK | 0 | 0.10 | 0.05 | 0.08 |
HSL | 328.7º | 0.35% | 0.87% | - |
HSV(B) | 328.7º | 0.1% | 0.92% | - |
XYZ | 70.55 | 69.41 | 79.49 | - |
YUV | 219.25 | 130.12 | 138.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 211 | 223 | 0 | 0.10 | 0.05 | 0.08 | 328.7 | 0.35 | 0.87 |
Hex | EA | D3 | DF | 0 | A | 5 | 8 | 149 | 23 | 57 |
Octal | 352 | 323 | 337 | 0 | 12 | 5 | 10 | 511 | 43 | 127 |
Binary | 11101010 | 11010011 | 11011111 | 0 | 1010 | 101 | 1000 | 101001001 | 100011 | 1010111 |
Color Harmonies of #EAD3DF
Complementary color
Monochromatic Colors of #EAD3DF
Black with #EAD3DF
Text Example
Text Example
White with #EAD3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD3DF; }
p { color: rgb(234,211,223); }
H1.HeaderClassName
{
color: #EAD3DF;
}
.AnyTagClassName
{
color: #EAD3DF;
}
</style>
background-color css
<style>
a { background-color: #EAD3DF; }
a { background-color: rgb(234,211,223); }
div.DivClassName
{
background-color: #EAD3DF;
}
.BgClassName
{
background-color: #EAD3DF;
}
</style>
border-color css
<style>
span { border-color: #EAD3DF; }
span { border-color: rgb(234,211,223); }
td.TdClassName
{
border-color: #EAD3DF;
}
.TagClassName
{
border-color: #EAD3DF;
}
</style>