Shades of Pale Rose #EBCFD3
Tints of Pale Rose #EBCFD3
RGB
CMYK
RGB Variations
Color information
#EBCFD3 (or 0xEBCFD3) is known color: Pale Rose. HEX triplet: EB, CF and D3. RGB value is (235,207,211). Sum of RGB (Red+Green+Blue) = 235+207+211=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFD3 is #14302C. Grayscale: #D7D7D7. Windows color (decimal): -1323053 or 13881323. OLE color: 13881323.
HSL color Cylindrical-coordinate representation of color #EBCFD3: hue angle of 351.43º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBCFD3 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 207 | 211 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.08 |
| HSL | 351.43º | 0.41% | 0.87% | - |
| HSV(B) | 351.43º | 0.12% | 0.92% | - |
| XYZ | 68.33 | 66.99 | 70.96 | - |
| YUV | 215.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 207 | 211 | 0 | 0.12 | 0.10 | 0.08 | 351.43 | 0.41 | 0.87 |
| Hex | EB | CF | D3 | 0 | C | A | 8 | 15F | 29 | 57 |
| Octal | 353 | 317 | 323 | 0 | 14 | 12 | 10 | 537 | 51 | 127 |
| Binary | 11101011 | 11001111 | 11010011 | 0 | 1100 | 1010 | 1000 | 101011111 | 101001 | 1010111 |
Color Harmonies of #EBCFD3
Complementary color
Monochromatic Colors of #EBCFD3
Black with #EBCFD3
Text Example
Text Example
White with #EBCFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCFD3; }
p { color: rgb(235,207,211); }
H1.HeaderClassName
{
color: #EBCFD3;
}
.AnyTagClassName
{
color: #EBCFD3;
}
</style>
background-color css
<style>
a { background-color: #EBCFD3; }
a { background-color: rgb(235,207,211); }
div.DivClassName
{
background-color: #EBCFD3;
}
.BgClassName
{
background-color: #EBCFD3;
}
</style>
border-color css
<style>
span { border-color: #EBCFD3; }
span { border-color: rgb(235,207,211); }
td.TdClassName
{
border-color: #EBCFD3;
}
.TagClassName
{
border-color: #EBCFD3;
}
</style>