Shades of Classic Rose #ECDAE5
Tints of Classic Rose #ECDAE5
RGB
CMYK
RGB Variations
Color information
#ECDAE5 (or 0xECDAE5) is known color: Classic Rose. HEX triplet: EC, DA and E5. RGB value is (236,218,229). Sum of RGB (Red+Green+Blue) = 236+218+229=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDAE5 is #13251A. Grayscale: #E0E0E0. Windows color (decimal): -1254683 or 15063788. OLE color: 15063788.
HSL color Cylindrical-coordinate representation of color #ECDAE5: hue angle of 323.33º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECDAE5 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 218 | 229 | - |
CMYK | 0 | 0.08 | 0.03 | 0.07 |
HSL | 323.33º | 0.32% | 0.89% | - |
HSV(B) | 323.33º | 0.08% | 0.93% | - |
XYZ | 73.81 | 73.63 | 84.45 | - |
YUV | 224.64 | 130.46 | 136.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 218 | 229 | 0 | 0.08 | 0.03 | 0.07 | 323.33 | 0.32 | 0.89 |
Hex | EC | DA | E5 | 0 | 8 | 3 | 7 | 143 | 20 | 59 |
Octal | 354 | 332 | 345 | 0 | 10 | 3 | 7 | 503 | 40 | 131 |
Binary | 11101100 | 11011010 | 11100101 | 0 | 1000 | 11 | 111 | 101000011 | 100000 | 1011001 |
Color Harmonies of #ECDAE5
Complementary color
Monochromatic Colors of #ECDAE5
Black with #ECDAE5
Text Example
Text Example
White with #ECDAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDAE5; }
p { color: rgb(236,218,229); }
H1.HeaderClassName
{
color: #ECDAE5;
}
.AnyTagClassName
{
color: #ECDAE5;
}
</style>
background-color css
<style>
a { background-color: #ECDAE5; }
a { background-color: rgb(236,218,229); }
div.DivClassName
{
background-color: #ECDAE5;
}
.BgClassName
{
background-color: #ECDAE5;
}
</style>
border-color css
<style>
span { border-color: #ECDAE5; }
span { border-color: rgb(236,218,229); }
td.TdClassName
{
border-color: #ECDAE5;
}
.TagClassName
{
border-color: #ECDAE5;
}
</style>