Shades of Pattens Blue #D9E4E9
Tints of Pattens Blue #D9E4E9
RGB
CMYK
RGB Variations
Color information
#D9E4E9 (or 0xD9E4E9) is known color: Pattens Blue. HEX triplet: D9, E4 and E9. RGB value is (217,228,233). Sum of RGB (Red+Green+Blue) = 217+228+233=678 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.01% from 678); Green value is 228 (89.45% from 255 or 33.63% from 678); Blue value is 233 (91.41% from 255 or 34.37% from 678); Max value from RGB is 233 - color contains mainly: blue. Hex color #D9E4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E4E9 is #261B16. Grayscale: #E1E1E1. Windows color (decimal): -2497303 or 15328473. OLE color: 15328473.
HSL color Cylindrical-coordinate representation of color #D9E4E9: hue angle of 198.75º degrees, saturation: 0.27, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9E4E9 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 228 | 233 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.09 |
| HSL | 198.75º | 0.27% | 0.88% | - |
| HSV(B) | 198.75º | 0.07% | 0.91% | - |
| XYZ | 71.07 | 76.12 | 88.04 | - |
| YUV | 225.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 228 | 233 | 0.07 | 0.02 | 0 | 0.09 | 198.75 | 0.27 | 0.88 |
| Hex | D9 | E4 | E9 | 7 | 2 | 0 | 9 | C7 | 1B | 58 |
| Octal | 331 | 344 | 351 | 7 | 2 | 0 | 11 | 307 | 33 | 130 |
| Binary | 11011001 | 11100100 | 11101001 | 111 | 10 | 0 | 1001 | 11000111 | 11011 | 1011000 |
Color Harmonies of #D9E4E9
Complementary color
Monochromatic Colors of #D9E4E9
Black with #D9E4E9
Text Example
Text Example
White with #D9E4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E4E9; }
p { color: rgb(217,228,233); }
H1.HeaderClassName
{
color: #D9E4E9;
}
.AnyTagClassName
{
color: #D9E4E9;
}
</style>
background-color css
<style>
a { background-color: #D9E4E9; }
a { background-color: rgb(217,228,233); }
div.DivClassName
{
background-color: #D9E4E9;
}
.BgClassName
{
background-color: #D9E4E9;
}
</style>
border-color css
<style>
span { border-color: #D9E4E9; }
span { border-color: rgb(217,228,233); }
td.TdClassName
{
border-color: #D9E4E9;
}
.TagClassName
{
border-color: #D9E4E9;
}
</style>