Shades of Pig Pink #EEDBE6
Tints of Pig Pink #EEDBE6
RGB
CMYK
RGB Variations
Color information
#EEDBE6 (or 0xEEDBE6) is known color: Pig Pink. HEX triplet: EE, DB and E6. RGB value is (238,219,230). Sum of RGB (Red+Green+Blue) = 238+219+230=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBE6 is #112419. Grayscale: #E1E1E1. Windows color (decimal): -1123354 or 15129582. OLE color: 15129582.
HSL color Cylindrical-coordinate representation of color #EEDBE6: hue angle of 325.26º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDBE6 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 219 | 230 | - |
CMYK | 0 | 0.08 | 0.03 | 0.07 |
HSL | 325.26º | 0.36% | 0.9% | - |
HSV(B) | 325.26º | 0.08% | 0.93% | - |
XYZ | 74.87 | 74.55 | 85.31 | - |
YUV | 225.94 | 130.29 | 136.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 219 | 230 | 0 | 0.08 | 0.03 | 0.07 | 325.26 | 0.36 | 0.9 |
Hex | EE | DB | E6 | 0 | 8 | 3 | 7 | 145 | 24 | 5A |
Octal | 356 | 333 | 346 | 0 | 10 | 3 | 7 | 505 | 44 | 132 |
Binary | 11101110 | 11011011 | 11100110 | 0 | 1000 | 11 | 111 | 101000101 | 100100 | 1011010 |
Color Harmonies of #EEDBE6
Complementary color
Monochromatic Colors of #EEDBE6
Black with #EEDBE6
Text Example
Text Example
White with #EEDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDBE6; }
p { color: rgb(238,219,230); }
H1.HeaderClassName
{
color: #EEDBE6;
}
.AnyTagClassName
{
color: #EEDBE6;
}
</style>
background-color css
<style>
a { background-color: #EEDBE6; }
a { background-color: rgb(238,219,230); }
div.DivClassName
{
background-color: #EEDBE6;
}
.BgClassName
{
background-color: #EEDBE6;
}
</style>
border-color css
<style>
span { border-color: #EEDBE6; }
span { border-color: rgb(238,219,230); }
td.TdClassName
{
border-color: #EEDBE6;
}
.TagClassName
{
border-color: #EEDBE6;
}
</style>