Shades of Pattens Blue #D7E5EC
Tints of Pattens Blue #D7E5EC
RGB
CMYK
RGB Variations
Color information
#D7E5EC (or 0xD7E5EC) is known color: Pattens Blue. HEX triplet: D7, E5 and EC. RGB value is (215,229,236). Sum of RGB (Red+Green+Blue) = 215+229+236=680 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.62% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7E5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7E5EC is #281A13. Grayscale: #E1E1E1. Windows color (decimal): -2628116 or 15525335. OLE color: 15525335.
HSL color Cylindrical-coordinate representation of color #D7E5EC: hue angle of 200º degrees, saturation: 0.36, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7E5EC is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 229 | 236 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.07 |
| HSL | 200º | 0.36% | 0.88% | - |
| HSV(B) | 200º | 0.09% | 0.93% | - |
| XYZ | 71.18 | 76.54 | 90.38 | - |
| YUV | 225.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 229 | 236 | 0.09 | 0.03 | 0 | 0.07 | 200 | 0.36 | 0.88 |
| Hex | D7 | E5 | EC | 9 | 3 | 0 | 7 | C8 | 24 | 58 |
| Octal | 327 | 345 | 354 | 11 | 3 | 0 | 7 | 310 | 44 | 130 |
| Binary | 11010111 | 11100101 | 11101100 | 1001 | 11 | 0 | 111 | 11001000 | 100100 | 1011000 |
Color Harmonies of #D7E5EC
Complementary color
Monochromatic Colors of #D7E5EC
Black with #D7E5EC
Text Example
Text Example
White with #D7E5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E5EC; }
p { color: rgb(215,229,236); }
H1.HeaderClassName
{
color: #D7E5EC;
}
.AnyTagClassName
{
color: #D7E5EC;
}
</style>
background-color css
<style>
a { background-color: #D7E5EC; }
a { background-color: rgb(215,229,236); }
div.DivClassName
{
background-color: #D7E5EC;
}
.BgClassName
{
background-color: #D7E5EC;
}
</style>
border-color css
<style>
span { border-color: #D7E5EC; }
span { border-color: rgb(215,229,236); }
td.TdClassName
{
border-color: #D7E5EC;
}
.TagClassName
{
border-color: #D7E5EC;
}
</style>