Shades of Carousel Pink #ECDFE2
Tints of Carousel Pink #ECDFE2
RGB
CMYK
RGB Variations
Color information
#ECDFE2 (or 0xECDFE2) is known color: Carousel Pink. HEX triplet: EC, DF and E2. RGB value is (236,223,226). Sum of RGB (Red+Green+Blue) = 236+223+226=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFE2 is #13201D. Grayscale: #E3E3E3. Windows color (decimal): -1253406 or 14868460. OLE color: 14868460.
HSL color Cylindrical-coordinate representation of color #ECDFE2: hue angle of 346.15º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECDFE2 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 223 | 226 | - |
CMYK | 0 | 0.06 | 0.04 | 0.07 |
HSL | 346.15º | 0.25% | 0.9% | - |
HSV(B) | 346.15º | 0.06% | 0.93% | - |
XYZ | 74.71 | 76.1 | 82.7 | - |
YUV | 227.23 | 127.31 | 134.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 223 | 226 | 0 | 0.06 | 0.04 | 0.07 | 346.15 | 0.25 | 0.9 |
Hex | EC | DF | E2 | 0 | 6 | 4 | 7 | 15A | 19 | 5A |
Octal | 354 | 337 | 342 | 0 | 6 | 4 | 7 | 532 | 31 | 132 |
Binary | 11101100 | 11011111 | 11100010 | 0 | 110 | 100 | 111 | 101011010 | 11001 | 1011010 |
Color Harmonies of #ECDFE2
Complementary color
Monochromatic Colors of #ECDFE2
Black with #ECDFE2
Text Example
Text Example
White with #ECDFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDFE2; }
p { color: rgb(236,223,226); }
H1.HeaderClassName
{
color: #ECDFE2;
}
.AnyTagClassName
{
color: #ECDFE2;
}
</style>
background-color css
<style>
a { background-color: #ECDFE2; }
a { background-color: rgb(236,223,226); }
div.DivClassName
{
background-color: #ECDFE2;
}
.BgClassName
{
background-color: #ECDFE2;
}
</style>
border-color css
<style>
span { border-color: #ECDFE2; }
span { border-color: rgb(236,223,226); }
td.TdClassName
{
border-color: #ECDFE2;
}
.TagClassName
{
border-color: #ECDFE2;
}
</style>