Shades of Catskill White #E6F1DB
Tints of Catskill White #E6F1DB
RGB
CMYK
RGB Variations
Color information
#E6F1DB (or 0xE6F1DB) is known color: Catskill White. HEX triplet: E6, F1 and DB. RGB value is (230,241,219). Sum of RGB (Red+Green+Blue) = 230+241+219=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 241 (94.53% from 255 or 34.93% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F1DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F1DB is #190E24. Grayscale: #EBEBEB. Windows color (decimal): -1642021 or 14414310. OLE color: 14414310.
HSL color Cylindrical-coordinate representation of color #E6F1DB: hue angle of 90º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6F1DB is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 230 | 241 | 219 | - |
CMYK | 0.05 | 0 | 0.09 | 0.05 |
HSL | 90º | 0.44% | 0.9% | - |
HSV(B) | 90º | 0.09% | 0.95% | - |
XYZ | 76.87 | 84.85 | 79.34 | - |
YUV | 235.2 | 118.86 | 124.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 241 | 219 | 0.05 | 0 | 0.09 | 0.05 | 90 | 0.44 | 0.9 |
Hex | E6 | F1 | DB | 5 | 0 | 9 | 5 | 5A | 2C | 5A |
Octal | 346 | 361 | 333 | 5 | 0 | 11 | 5 | 132 | 54 | 132 |
Binary | 11100110 | 11110001 | 11011011 | 101 | 0 | 1001 | 101 | 1011010 | 101100 | 1011010 |
Color Harmonies of #E6F1DB
Complementary color
Monochromatic Colors of #E6F1DB
Black with #E6F1DB
Text Example
Text Example
White with #E6F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F1DB; }
p { color: rgb(230,241,219); }
H1.HeaderClassName
{
color: #E6F1DB;
}
.AnyTagClassName
{
color: #E6F1DB;
}
</style>
background-color css
<style>
a { background-color: #E6F1DB; }
a { background-color: rgb(230,241,219); }
div.DivClassName
{
background-color: #E6F1DB;
}
.BgClassName
{
background-color: #E6F1DB;
}
</style>
border-color css
<style>
span { border-color: #E6F1DB; }
span { border-color: rgb(230,241,219); }
td.TdClassName
{
border-color: #E6F1DB;
}
.TagClassName
{
border-color: #E6F1DB;
}
</style>