Shades of Pattens Blue #D9E5EA
Tints of Pattens Blue #D9E5EA
RGB
CMYK
RGB Variations
Color information
#D9E5EA (or 0xD9E5EA) is known color: Pattens Blue. HEX triplet: D9, E5 and EA. RGB value is (217,229,234). Sum of RGB (Red+Green+Blue) = 217+229+234=680 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.91% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9E5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E5EA is #261A15. Grayscale: #E1E1E1. Windows color (decimal): -2497046 or 15394265. OLE color: 15394265.
HSL color Cylindrical-coordinate representation of color #D9E5EA: hue angle of 197.65º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9E5EA is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 229 | 234 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.08 |
| HSL | 197.65º | 0.29% | 0.88% | - |
| HSV(B) | 197.65º | 0.07% | 0.92% | - |
| XYZ | 71.49 | 76.73 | 88.88 | - |
| YUV | 225.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 229 | 234 | 0.07 | 0.02 | 0 | 0.08 | 197.65 | 0.29 | 0.88 |
| Hex | D9 | E5 | EA | 7 | 2 | 0 | 8 | C6 | 1D | 58 |
| Octal | 331 | 345 | 352 | 7 | 2 | 0 | 10 | 306 | 35 | 130 |
| Binary | 11011001 | 11100101 | 11101010 | 111 | 10 | 0 | 1000 | 11000110 | 11101 | 1011000 |
Color Harmonies of #D9E5EA
Complementary color
Monochromatic Colors of #D9E5EA
Black with #D9E5EA
Text Example
Text Example
White with #D9E5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E5EA; }
p { color: rgb(217,229,234); }
H1.HeaderClassName
{
color: #D9E5EA;
}
.AnyTagClassName
{
color: #D9E5EA;
}
</style>
background-color css
<style>
a { background-color: #D9E5EA; }
a { background-color: rgb(217,229,234); }
div.DivClassName
{
background-color: #D9E5EA;
}
.BgClassName
{
background-color: #D9E5EA;
}
</style>
border-color css
<style>
span { border-color: #D9E5EA; }
span { border-color: rgb(217,229,234); }
td.TdClassName
{
border-color: #D9E5EA;
}
.TagClassName
{
border-color: #D9E5EA;
}
</style>