Shades of Pig Pink #EBDFE6
Tints of Pig Pink #EBDFE6
RGB
CMYK
RGB Variations
Color information
#EBDFE6 (or 0xEBDFE6) is known color: Pig Pink. HEX triplet: EB, DF and E6. RGB value is (235,223,230). Sum of RGB (Red+Green+Blue) = 235+223+230=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFE6 is #142019. Grayscale: #E3E3E3. Windows color (decimal): -1318938 or 15130603. OLE color: 15130603.
HSL color Cylindrical-coordinate representation of color #EBDFE6: hue angle of 325º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBDFE6 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 230 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.08 |
| HSL | 325º | 0.23% | 0.9% | - |
| HSV(B) | 325º | 0.05% | 0.92% | - |
| XYZ | 74.93 | 76.15 | 85.61 | - |
| YUV | 227.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 230 | 0 | 0.05 | 0.02 | 0.08 | 325 | 0.23 | 0.9 |
| Hex | EB | DF | E6 | 0 | 5 | 2 | 8 | 145 | 17 | 5A |
| Octal | 353 | 337 | 346 | 0 | 5 | 2 | 10 | 505 | 27 | 132 |
| Binary | 11101011 | 11011111 | 11100110 | 0 | 101 | 10 | 1000 | 101000101 | 10111 | 1011010 |
Color Harmonies of #EBDFE6
Complementary color
Monochromatic Colors of #EBDFE6
Black with #EBDFE6
Text Example
Text Example
White with #EBDFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFE6; }
p { color: rgb(235,223,230); }
H1.HeaderClassName
{
color: #EBDFE6;
}
.AnyTagClassName
{
color: #EBDFE6;
}
</style>
background-color css
<style>
a { background-color: #EBDFE6; }
a { background-color: rgb(235,223,230); }
div.DivClassName
{
background-color: #EBDFE6;
}
.BgClassName
{
background-color: #EBDFE6;
}
</style>
border-color css
<style>
span { border-color: #EBDFE6; }
span { border-color: rgb(235,223,230); }
td.TdClassName
{
border-color: #EBDFE6;
}
.TagClassName
{
border-color: #EBDFE6;
}
</style>