Shades of Pattens Blue #D9E5EC
Tints of Pattens Blue #D9E5EC
RGB
CMYK
RGB Variations
Color information
#D9E5EC (or 0xD9E5EC) is known color: Pattens Blue. HEX triplet: D9, E5 and EC. RGB value is (217,229,236). Sum of RGB (Red+Green+Blue) = 217+229+236=682 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.82% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9E5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E5EC is #261A13. Grayscale: #E2E2E2. Windows color (decimal): -2497044 or 15525337. OLE color: 15525337.
HSL color Cylindrical-coordinate representation of color #D9E5EC: hue angle of 202.11º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9E5EC is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 229 | 236 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.07 |
| HSL | 202.11º | 0.33% | 0.89% | - |
| HSV(B) | 202.11º | 0.08% | 0.93% | - |
| XYZ | 71.77 | 76.85 | 90.41 | - |
| YUV | 226.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 229 | 236 | 0.08 | 0.03 | 0 | 0.07 | 202.11 | 0.33 | 0.89 |
| Hex | D9 | E5 | EC | 8 | 3 | 0 | 7 | CA | 21 | 59 |
| Octal | 331 | 345 | 354 | 10 | 3 | 0 | 7 | 312 | 41 | 131 |
| Binary | 11011001 | 11100101 | 11101100 | 1000 | 11 | 0 | 111 | 11001010 | 100001 | 1011001 |
Color Harmonies of #D9E5EC
Complementary color
Monochromatic Colors of #D9E5EC
Black with #D9E5EC
Text Example
Text Example
White with #D9E5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E5EC; }
p { color: rgb(217,229,236); }
H1.HeaderClassName
{
color: #D9E5EC;
}
.AnyTagClassName
{
color: #D9E5EC;
}
</style>
background-color css
<style>
a { background-color: #D9E5EC; }
a { background-color: rgb(217,229,236); }
div.DivClassName
{
background-color: #D9E5EC;
}
.BgClassName
{
background-color: #D9E5EC;
}
</style>
border-color css
<style>
span { border-color: #D9E5EC; }
span { border-color: rgb(217,229,236); }
td.TdClassName
{
border-color: #D9E5EC;
}
.TagClassName
{
border-color: #D9E5EC;
}
</style>