Shades of Classic Rose #EECEE6
Tints of Classic Rose #EECEE6
RGB
CMYK
RGB Variations
Color information
#EECEE6 (or 0xEECEE6) is known color: Classic Rose. HEX triplet: EE, CE and E6. RGB value is (238,206,230). Sum of RGB (Red+Green+Blue) = 238+206+230=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECEE6 is #113119. Grayscale: #DADADA. Windows color (decimal): -1126682 or 15126254. OLE color: 15126254.
HSL color Cylindrical-coordinate representation of color #EECEE6: hue angle of 315º 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 #EECEE6 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 206 | 230 | - |
CMYK | 0 | 0.13 | 0.03 | 0.07 |
HSL | 315º | 0.48% | 0.87% | - |
HSV(B) | 315º | 0.13% | 0.93% | - |
XYZ | 71.61 | 68.03 | 84.22 | - |
YUV | 218.3 | 134.6 | 142.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 206 | 230 | 0 | 0.13 | 0.03 | 0.07 | 315 | 0.48 | 0.87 |
Hex | EE | CE | E6 | 0 | D | 3 | 7 | 13B | 30 | 57 |
Octal | 356 | 316 | 346 | 0 | 15 | 3 | 7 | 473 | 60 | 127 |
Binary | 11101110 | 11001110 | 11100110 | 0 | 1101 | 11 | 111 | 100111011 | 110000 | 1010111 |
Color Harmonies of #EECEE6
Complementary color
Monochromatic Colors of #EECEE6
Black with #EECEE6
Text Example
Text Example
White with #EECEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEE6; }
p { color: rgb(238,206,230); }
H1.HeaderClassName
{
color: #EECEE6;
}
.AnyTagClassName
{
color: #EECEE6;
}
</style>
background-color css
<style>
a { background-color: #EECEE6; }
a { background-color: rgb(238,206,230); }
div.DivClassName
{
background-color: #EECEE6;
}
.BgClassName
{
background-color: #EECEE6;
}
</style>
border-color css
<style>
span { border-color: #EECEE6; }
span { border-color: rgb(238,206,230); }
td.TdClassName
{
border-color: #EECEE6;
}
.TagClassName
{
border-color: #EECEE6;
}
</style>