Shades of Zircon #EBEFEF
Tints of Zircon #EBEFEF
RGB
CMYK
RGB Variations
Color information
#EBEFEF (or 0xEBEFEF) is known color: Zircon. HEX triplet: EB, EF and EF. RGB value is (235,239,239). Sum of RGB (Red+Green+Blue) = 235+239+239=713 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.96% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 239 (93.75% from 255 or 33.52% from 713); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #EBEFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEFEF is #141010. Grayscale: #EDEDED. Windows color (decimal): -1314833 or 15724523. OLE color: 15724523.
HSL color Cylindrical-coordinate representation of color #EBEFEF: hue angle of 180º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBEFEF is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 235 | 239 | 239 | - |
CMYK | 0.02 | 0 | 0 | 0.06 |
HSL | 180º | 0.11% | 0.93% | - |
HSV(B) | 180º | 0.02% | 0.94% | - |
XYZ | 80.71 | 85.63 | 93.94 | - |
YUV | 237.8 | 128.67 | 126 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 239 | 239 | 0.02 | 0 | 0 | 0.06 | 180 | 0.11 | 0.93 |
Hex | EB | EF | EF | 2 | 0 | 0 | 6 | B4 | B | 5D |
Octal | 353 | 357 | 357 | 2 | 0 | 0 | 6 | 264 | 13 | 135 |
Binary | 11101011 | 11101111 | 11101111 | 10 | 0 | 0 | 110 | 10110100 | 1011 | 1011101 |
Color Harmonies of #EBEFEF
Complementary color
Monochromatic Colors of #EBEFEF
Black with #EBEFEF
Text Example
Text Example
White with #EBEFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEFEF; }
p { color: rgb(235,239,239); }
H1.HeaderClassName
{
color: #EBEFEF;
}
.AnyTagClassName
{
color: #EBEFEF;
}
</style>
background-color css
<style>
a { background-color: #EBEFEF; }
a { background-color: rgb(235,239,239); }
div.DivClassName
{
background-color: #EBEFEF;
}
.BgClassName
{
background-color: #EBEFEF;
}
</style>
border-color css
<style>
span { border-color: #EBEFEF; }
span { border-color: rgb(235,239,239); }
td.TdClassName
{
border-color: #EBEFEF;
}
.TagClassName
{
border-color: #EBEFEF;
}
</style>