Shades of Pattens Blue #EAECED
Tints of Pattens Blue #EAECED
RGB
CMYK
RGB Variations
Color information
#EAECED (or 0xEAECED) is known color: Pattens Blue. HEX triplet: EA, EC and ED. RGB value is (234,236,237). Sum of RGB (Red+Green+Blue) = 234+236+237=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 236 (92.58% from 255 or 33.38% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAECED is #151312. Grayscale: #EBEBEB. Windows color (decimal): -1381139 or 15592682. OLE color: 15592682.
HSL color Cylindrical-coordinate representation of color #EAECED: hue angle of 200º degrees, saturation: 0.08, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EAECED is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 236 | 237 | - |
CMYK | 0.01 | 0.00 | 0 | 0.07 |
HSL | 200º | 0.08% | 0.92% | - |
HSV(B) | 200º | 0.01% | 0.93% | - |
XYZ | 79.21 | 83.6 | 92.08 | - |
YUV | 235.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 236 | 237 | 0.01 | 0.00 | 0 | 0.07 | 200 | 0.08 | 0.92 |
Hex | EA | EC | ED | 1 | 0 | 0 | 7 | C8 | 8 | 5C |
Octal | 352 | 354 | 355 | 1 | 0 | 0 | 7 | 310 | 10 | 134 |
Binary | 11101010 | 11101100 | 11101101 | 1 | 0 | 0 | 111 | 11001000 | 1000 | 1011100 |
Color Harmonies of #EAECED
Complementary color
Monochromatic Colors of #EAECED
Black with #EAECED
Text Example
Text Example
White with #EAECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAECED; }
p { color: rgb(234,236,237); }
H1.HeaderClassName
{
color: #EAECED;
}
.AnyTagClassName
{
color: #EAECED;
}
</style>
background-color css
<style>
a { background-color: #EAECED; }
a { background-color: rgb(234,236,237); }
div.DivClassName
{
background-color: #EAECED;
}
.BgClassName
{
background-color: #EAECED;
}
</style>
border-color css
<style>
span { border-color: #EAECED; }
span { border-color: rgb(234,236,237); }
td.TdClassName
{
border-color: #EAECED;
}
.TagClassName
{
border-color: #EAECED;
}
</style>