Shades of Pattens Blue #D9E1E9
Tints of Pattens Blue #D9E1E9
RGB
CMYK
RGB Variations
Color information
#D9E1E9 (or 0xD9E1E9) is known color: Pattens Blue. HEX triplet: D9, E1 and E9. RGB value is (217,225,233). Sum of RGB (Red+Green+Blue) = 217+225+233=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 225 (88.28% from 255 or 33.33% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 233 - color contains mainly: blue. Hex color #D9E1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E1E9 is #261E16. Grayscale: #DFDFDF. Windows color (decimal): -2498071 or 15327705. OLE color: 15327705.
HSL color Cylindrical-coordinate representation of color #D9E1E9: hue angle of 210º 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 #D9E1E9 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 225 | 233 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.09 |
| HSL | 210º | 0.27% | 0.88% | - |
| HSV(B) | 210º | 0.07% | 0.91% | - |
| XYZ | 70.25 | 74.49 | 87.77 | - |
| YUV | 223.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 233 | 0.07 | 0.03 | 0 | 0.09 | 210 | 0.27 | 0.88 |
| Hex | D9 | E1 | E9 | 7 | 3 | 0 | 9 | D2 | 1B | 58 |
| Octal | 331 | 341 | 351 | 7 | 3 | 0 | 11 | 322 | 33 | 130 |
| Binary | 11011001 | 11100001 | 11101001 | 111 | 11 | 0 | 1001 | 11010010 | 11011 | 1011000 |
Color Harmonies of #D9E1E9
Complementary color
Monochromatic Colors of #D9E1E9
Black with #D9E1E9
Text Example
Text Example
White with #D9E1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E1E9; }
p { color: rgb(217,225,233); }
H1.HeaderClassName
{
color: #D9E1E9;
}
.AnyTagClassName
{
color: #D9E1E9;
}
</style>
background-color css
<style>
a { background-color: #D9E1E9; }
a { background-color: rgb(217,225,233); }
div.DivClassName
{
background-color: #D9E1E9;
}
.BgClassName
{
background-color: #D9E1E9;
}
</style>
border-color css
<style>
span { border-color: #D9E1E9; }
span { border-color: rgb(217,225,233); }
td.TdClassName
{
border-color: #D9E1E9;
}
.TagClassName
{
border-color: #D9E1E9;
}
</style>