Shades of Black Squeeze #EBEFDB
Tints of Black Squeeze #EBEFDB
RGB
CMYK
RGB Variations
Color information
#EBEFDB (or 0xEBEFDB) is known color: Black Squeeze. HEX triplet: EB, EF and DB. RGB value is (235,239,219). Sum of RGB (Red+Green+Blue) = 235+239+219=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFDB is #141024. Grayscale: #EBEBEB. Windows color (decimal): -1314853 or 14413803. OLE color: 14413803.
HSL color Cylindrical-coordinate representation of color #EBEFDB: hue angle of 72º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBEFDB is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 235 | 239 | 219 | - |
CMYK | 0.02 | 0 | 0.08 | 0.06 |
HSL | 72º | 0.38% | 0.9% | - |
HSV(B) | 72º | 0.08% | 0.94% | - |
XYZ | 77.91 | 84.51 | 79.22 | - |
YUV | 235.52 | 118.67 | 127.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 239 | 219 | 0.02 | 0 | 0.08 | 0.06 | 72 | 0.38 | 0.9 |
Hex | EB | EF | DB | 2 | 0 | 8 | 6 | 48 | 26 | 5A |
Octal | 353 | 357 | 333 | 2 | 0 | 10 | 6 | 110 | 46 | 132 |
Binary | 11101011 | 11101111 | 11011011 | 10 | 0 | 1000 | 110 | 1001000 | 100110 | 1011010 |
Color Harmonies of #EBEFDB
Complementary color
Monochromatic Colors of #EBEFDB
Black with #EBEFDB
Text Example
Text Example
White with #EBEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEFDB; }
p { color: rgb(235,239,219); }
H1.HeaderClassName
{
color: #EBEFDB;
}
.AnyTagClassName
{
color: #EBEFDB;
}
</style>
background-color css
<style>
a { background-color: #EBEFDB; }
a { background-color: rgb(235,239,219); }
div.DivClassName
{
background-color: #EBEFDB;
}
.BgClassName
{
background-color: #EBEFDB;
}
</style>
border-color css
<style>
span { border-color: #EBEFDB; }
span { border-color: rgb(235,239,219); }
td.TdClassName
{
border-color: #EBEFDB;
}
.TagClassName
{
border-color: #EBEFDB;
}
</style>