Shades of Catskill White #E6EBDF
Tints of Catskill White #E6EBDF
RGB
CMYK
RGB Variations
Color information
#E6EBDF (or 0xE6EBDF) is known color: Catskill White. HEX triplet: E6, EB and DF. RGB value is (230,235,223). Sum of RGB (Red+Green+Blue) = 230+235+223=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 235 - color contains mainly: green. Hex color #E6EBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EBDF is #191420. Grayscale: #E8E8E8. Windows color (decimal): -1643553 or 14674918. OLE color: 14674918.
HSL color Cylindrical-coordinate representation of color #E6EBDF: hue angle of 85º 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 #E6EBDF is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 230 | 235 | 223 | - |
CMYK | 0.02 | 0 | 0.05 | 0.08 |
HSL | 85º | 0.23% | 0.9% | - |
HSV(B) | 85º | 0.05% | 0.92% | - |
XYZ | 75.66 | 81.57 | 81.57 | - |
YUV | 232.14 | 122.84 | 126.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 235 | 223 | 0.02 | 0 | 0.05 | 0.08 | 85 | 0.23 | 0.9 |
Hex | E6 | EB | DF | 2 | 0 | 5 | 8 | 55 | 17 | 5A |
Octal | 346 | 353 | 337 | 2 | 0 | 5 | 10 | 125 | 27 | 132 |
Binary | 11100110 | 11101011 | 11011111 | 10 | 0 | 101 | 1000 | 1010101 | 10111 | 1011010 |
Color Harmonies of #E6EBDF
Complementary color
Monochromatic Colors of #E6EBDF
Black with #E6EBDF
Text Example
Text Example
White with #E6EBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EBDF; }
p { color: rgb(230,235,223); }
H1.HeaderClassName
{
color: #E6EBDF;
}
.AnyTagClassName
{
color: #E6EBDF;
}
</style>
background-color css
<style>
a { background-color: #E6EBDF; }
a { background-color: rgb(230,235,223); }
div.DivClassName
{
background-color: #E6EBDF;
}
.BgClassName
{
background-color: #E6EBDF;
}
</style>
border-color css
<style>
span { border-color: #E6EBDF; }
span { border-color: rgb(230,235,223); }
td.TdClassName
{
border-color: #E6EBDF;
}
.TagClassName
{
border-color: #E6EBDF;
}
</style>