Shades of Classic Rose #EECEE1
Tints of Classic Rose #EECEE1
RGB
CMYK
RGB Variations
Color information
#EECEE1 (or 0xEECEE1) is known color: Classic Rose. HEX triplet: EE, CE and E1. RGB value is (238,206,225). Sum of RGB (Red+Green+Blue) = 238+206+225=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECEE1 is #11311E. Grayscale: #D9D9D9. Windows color (decimal): -1126687 or 14798574. OLE color: 14798574.
HSL color Cylindrical-coordinate representation of color #EECEE1: hue angle of 324.38º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EECEE1 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 206 | 225 | - |
CMYK | 0 | 0.13 | 0.05 | 0.07 |
HSL | 324.38º | 0.48% | 0.87% | - |
HSV(B) | 324.38º | 0.13% | 0.93% | - |
XYZ | 70.92 | 67.76 | 80.57 | - |
YUV | 217.73 | 132.1 | 142.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 206 | 225 | 0 | 0.13 | 0.05 | 0.07 | 324.38 | 0.48 | 0.87 |
Hex | EE | CE | E1 | 0 | D | 5 | 7 | 144 | 30 | 57 |
Octal | 356 | 316 | 341 | 0 | 15 | 5 | 7 | 504 | 60 | 127 |
Binary | 11101110 | 11001110 | 11100001 | 0 | 1101 | 101 | 111 | 101000100 | 110000 | 1010111 |
Color Harmonies of #EECEE1
Complementary color
Monochromatic Colors of #EECEE1
Black with #EECEE1
Text Example
Text Example
White with #EECEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEE1; }
p { color: rgb(238,206,225); }
H1.HeaderClassName
{
color: #EECEE1;
}
.AnyTagClassName
{
color: #EECEE1;
}
</style>
background-color css
<style>
a { background-color: #EECEE1; }
a { background-color: rgb(238,206,225); }
div.DivClassName
{
background-color: #EECEE1;
}
.BgClassName
{
background-color: #EECEE1;
}
</style>
border-color css
<style>
span { border-color: #EECEE1; }
span { border-color: rgb(238,206,225); }
td.TdClassName
{
border-color: #EECEE1;
}
.TagClassName
{
border-color: #EECEE1;
}
</style>