Shades of Saltpan #EDEFE8
Tints of Saltpan #EDEFE8
RGB
CMYK
RGB Variations
Color information
#EDEFE8 (or 0xEDEFE8) is known color: Saltpan. HEX triplet: ED, EF and E8. RGB value is (237,239,232). Sum of RGB (Red+Green+Blue) = 237+239+232=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 239 (93.75% from 255 or 33.76% from 708); Blue value is 232 (91.02% from 255 or 32.77% from 708); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFE8 is #121017. Grayscale: #EDEDED. Windows color (decimal): -1183768 or 15265773. OLE color: 15265773.
HSL color Cylindrical-coordinate representation of color #EDEFE8: hue angle of 77.14º degrees, saturation: 0.18, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDEFE8 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 239 | 232 | - |
CMYK | 0.01 | 0 | 0.03 | 0.06 |
HSL | 77.14º | 0.18% | 0.92% | - |
HSV(B) | 77.14º | 0.03% | 0.94% | - |
XYZ | 80.36 | 85.56 | 88.62 | - |
YUV | 237.6 | 124.84 | 127.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 239 | 232 | 0.01 | 0 | 0.03 | 0.06 | 77.14 | 0.18 | 0.92 |
Hex | ED | EF | E8 | 1 | 0 | 3 | 6 | 4D | 12 | 5C |
Octal | 355 | 357 | 350 | 1 | 0 | 3 | 6 | 115 | 22 | 134 |
Binary | 11101101 | 11101111 | 11101000 | 1 | 0 | 11 | 110 | 1001101 | 10010 | 1011100 |
Color Harmonies of #EDEFE8
Complementary color
Monochromatic Colors of #EDEFE8
Black with #EDEFE8
Text Example
Text Example
White with #EDEFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFE8; }
p { color: rgb(237,239,232); }
H1.HeaderClassName
{
color: #EDEFE8;
}
.AnyTagClassName
{
color: #EDEFE8;
}
</style>
background-color css
<style>
a { background-color: #EDEFE8; }
a { background-color: rgb(237,239,232); }
div.DivClassName
{
background-color: #EDEFE8;
}
.BgClassName
{
background-color: #EDEFE8;
}
</style>
border-color css
<style>
span { border-color: #EDEFE8; }
span { border-color: rgb(237,239,232); }
td.TdClassName
{
border-color: #EDEFE8;
}
.TagClassName
{
border-color: #EDEFE8;
}
</style>