Shades of Pattens Blue #E6EDEF
Tints of Pattens Blue #E6EDEF
RGB
CMYK
RGB Variations
Color information
#E6EDEF (or 0xE6EDEF) is known color: Pattens Blue. HEX triplet: E6, ED and EF. RGB value is (230,237,239). Sum of RGB (Red+Green+Blue) = 230+237+239=706 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.58% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 239 (93.75% from 255 or 33.85% from 706); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6EDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDEF is #191210. Grayscale: #EBEBEB. Windows color (decimal): -1643025 or 15724006. OLE color: 15724006.
HSL color Cylindrical-coordinate representation of color #E6EDEF: hue angle of 193.33º degrees, saturation: 0.22, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6EDEF is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 237 | 239 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.06 |
| HSL | 193.33º | 0.22% | 0.92% | - |
| HSV(B) | 193.33º | 0.04% | 0.94% | - |
| XYZ | 78.5 | 83.62 | 93.67 | - |
| YUV | 235.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 237 | 239 | 0.04 | 0.01 | 0 | 0.06 | 193.33 | 0.22 | 0.92 |
| Hex | E6 | ED | EF | 4 | 1 | 0 | 6 | C1 | 16 | 5C |
| Octal | 346 | 355 | 357 | 4 | 1 | 0 | 6 | 301 | 26 | 134 |
| Binary | 11100110 | 11101101 | 11101111 | 100 | 1 | 0 | 110 | 11000001 | 10110 | 1011100 |
Color Harmonies of #E6EDEF
Complementary color
Monochromatic Colors of #E6EDEF
Black with #E6EDEF
Text Example
Text Example
White with #E6EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EDEF; }
p { color: rgb(230,237,239); }
H1.HeaderClassName
{
color: #E6EDEF;
}
.AnyTagClassName
{
color: #E6EDEF;
}
</style>
background-color css
<style>
a { background-color: #E6EDEF; }
a { background-color: rgb(230,237,239); }
div.DivClassName
{
background-color: #E6EDEF;
}
.BgClassName
{
background-color: #E6EDEF;
}
</style>
border-color css
<style>
span { border-color: #E6EDEF; }
span { border-color: rgb(230,237,239); }
td.TdClassName
{
border-color: #E6EDEF;
}
.TagClassName
{
border-color: #E6EDEF;
}
</style>