Shades of Pattens Blue #D9E3EC
Tints of Pattens Blue #D9E3EC
RGB
CMYK
RGB Variations
Color information
#D9E3EC (or 0xD9E3EC) is known color: Pattens Blue. HEX triplet: D9, E3 and EC. RGB value is (217,227,236). Sum of RGB (Red+Green+Blue) = 217+227+236=680 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.91% from 680); Green value is 227 (89.06% from 255 or 33.38% 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 #D9E3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E3EC is #261C13. Grayscale: #E0E0E0. Windows color (decimal): -2497556 or 15524825. OLE color: 15524825.
HSL color Cylindrical-coordinate representation of color #D9E3EC: hue angle of 208.42º 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 #D9E3EC is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 227 | 236 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.07 |
| HSL | 208.42º | 0.33% | 0.89% | - |
| HSV(B) | 208.42º | 0.08% | 0.93% | - |
| XYZ | 71.22 | 75.75 | 90.22 | - |
| YUV | 225.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 236 | 0.08 | 0.04 | 0 | 0.07 | 208.42 | 0.33 | 0.89 |
| Hex | D9 | E3 | EC | 8 | 4 | 0 | 7 | D0 | 21 | 59 |
| Octal | 331 | 343 | 354 | 10 | 4 | 0 | 7 | 320 | 41 | 131 |
| Binary | 11011001 | 11100011 | 11101100 | 1000 | 100 | 0 | 111 | 11010000 | 100001 | 1011001 |
Color Harmonies of #D9E3EC
Complementary color
Monochromatic Colors of #D9E3EC
Black with #D9E3EC
Text Example
Text Example
White with #D9E3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E3EC; }
p { color: rgb(217,227,236); }
H1.HeaderClassName
{
color: #D9E3EC;
}
.AnyTagClassName
{
color: #D9E3EC;
}
</style>
background-color css
<style>
a { background-color: #D9E3EC; }
a { background-color: rgb(217,227,236); }
div.DivClassName
{
background-color: #D9E3EC;
}
.BgClassName
{
background-color: #D9E3EC;
}
</style>
border-color css
<style>
span { border-color: #D9E3EC; }
span { border-color: rgb(217,227,236); }
td.TdClassName
{
border-color: #D9E3EC;
}
.TagClassName
{
border-color: #D9E3EC;
}
</style>