Shades of Classic Rose #EECDDB
Tints of Classic Rose #EECDDB
RGB
CMYK
RGB Variations
Color information
#EECDDB (or 0xEECDDB) is known color: Classic Rose. HEX triplet: EE, CD and DB. RGB value is (238,205,219). Sum of RGB (Red+Green+Blue) = 238+205+219=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDDB is #113224. Grayscale: #D8D8D8. Windows color (decimal): -1126949 or 14405102. OLE color: 14405102.
HSL color Cylindrical-coordinate representation of color #EECDDB: hue angle of 334.55º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECDDB is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 205 | 219 | - |
CMYK | 0 | 0.14 | 0.08 | 0.07 |
HSL | 334.55º | 0.49% | 0.87% | - |
HSV(B) | 334.55º | 0.14% | 0.93% | - |
XYZ | 69.88 | 66.95 | 76.26 | - |
YUV | 216.46 | 129.43 | 143.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 205 | 219 | 0 | 0.14 | 0.08 | 0.07 | 334.55 | 0.49 | 0.87 |
Hex | EE | CD | DB | 0 | E | 8 | 7 | 14F | 31 | 57 |
Octal | 356 | 315 | 333 | 0 | 16 | 10 | 7 | 517 | 61 | 127 |
Binary | 11101110 | 11001101 | 11011011 | 0 | 1110 | 1000 | 111 | 101001111 | 110001 | 1010111 |
Color Harmonies of #EECDDB
Complementary color
Monochromatic Colors of #EECDDB
Black with #EECDDB
Text Example
Text Example
White with #EECDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDDB; }
p { color: rgb(238,205,219); }
H1.HeaderClassName
{
color: #EECDDB;
}
.AnyTagClassName
{
color: #EECDDB;
}
</style>
background-color css
<style>
a { background-color: #EECDDB; }
a { background-color: rgb(238,205,219); }
div.DivClassName
{
background-color: #EECDDB;
}
.BgClassName
{
background-color: #EECDDB;
}
</style>
border-color css
<style>
span { border-color: #EECDDB; }
span { border-color: rgb(238,205,219); }
td.TdClassName
{
border-color: #EECDDB;
}
.TagClassName
{
border-color: #EECDDB;
}
</style>