Shades of Catskill White #E6EDDF
Tints of Catskill White #E6EDDF
RGB
CMYK
RGB Variations
Color information
#E6EDDF (or 0xE6EDDF) is known color: Catskill White. HEX triplet: E6, ED and DF. RGB value is (230,237,223). Sum of RGB (Red+Green+Blue) = 230+237+223=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EDDF is #191220. Grayscale: #E9E9E9. Windows color (decimal): -1643041 or 14675430. OLE color: 14675430.
HSL color Cylindrical-coordinate representation of color #E6EDDF: hue angle of 90º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E6EDDF is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 237 | 223 | - |
CMYK | 0.03 | 0 | 0.06 | 0.07 |
HSL | 90º | 0.28% | 0.9% | - |
HSV(B) | 90º | 0.06% | 0.93% | - |
XYZ | 76.24 | 82.72 | 81.76 | - |
YUV | 233.31 | 122.18 | 125.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 237 | 223 | 0.03 | 0 | 0.06 | 0.07 | 90 | 0.28 | 0.9 |
Hex | E6 | ED | DF | 3 | 0 | 6 | 7 | 5A | 1C | 5A |
Octal | 346 | 355 | 337 | 3 | 0 | 6 | 7 | 132 | 34 | 132 |
Binary | 11100110 | 11101101 | 11011111 | 11 | 0 | 110 | 111 | 1011010 | 11100 | 1011010 |
Color Harmonies of #E6EDDF
Complementary color
Monochromatic Colors of #E6EDDF
Black with #E6EDDF
Text Example
Text Example
White with #E6EDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EDDF; }
p { color: rgb(230,237,223); }
H1.HeaderClassName
{
color: #E6EDDF;
}
.AnyTagClassName
{
color: #E6EDDF;
}
</style>
background-color css
<style>
a { background-color: #E6EDDF; }
a { background-color: rgb(230,237,223); }
div.DivClassName
{
background-color: #E6EDDF;
}
.BgClassName
{
background-color: #E6EDDF;
}
</style>
border-color css
<style>
span { border-color: #E6EDDF; }
span { border-color: rgb(230,237,223); }
td.TdClassName
{
border-color: #E6EDDF;
}
.TagClassName
{
border-color: #E6EDDF;
}
</style>