Shades of Pattens Blue #D9DEE0
Tints of Pattens Blue #D9DEE0
RGB
CMYK
RGB Variations
Color information
#D9DEE0 (or 0xD9DEE0) is known color: Pattens Blue. HEX triplet: D9, DE and E0. RGB value is (217,222,224). Sum of RGB (Red+Green+Blue) = 217+222+224=663 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.73% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 224 (87.89% from 255 or 33.79% from 663); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9DEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEE0 is #26211F. Grayscale: #DCDCDC. Windows color (decimal): -2498848 or 14737113. OLE color: 14737113.
HSL color Cylindrical-coordinate representation of color #D9DEE0: hue angle of 197.14º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9DEE0 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 222 | 224 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.12 |
| HSL | 197.14º | 0.1% | 0.86% | - |
| HSV(B) | 197.14º | 0.03% | 0.88% | - |
| XYZ | 68.19 | 72.38 | 80.9 | - |
| YUV | 220.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 222 | 224 | 0.03 | 0.01 | 0 | 0.12 | 197.14 | 0.1 | 0.86 |
| Hex | D9 | DE | E0 | 3 | 1 | 0 | C | C5 | A | 56 |
| Octal | 331 | 336 | 340 | 3 | 1 | 0 | 14 | 305 | 12 | 126 |
| Binary | 11011001 | 11011110 | 11100000 | 11 | 1 | 0 | 1100 | 11000101 | 1010 | 1010110 |
Color Harmonies of #D9DEE0
Complementary color
Monochromatic Colors of #D9DEE0
Black with #D9DEE0
Text Example
Text Example
White with #D9DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DEE0; }
p { color: rgb(217,222,224); }
H1.HeaderClassName
{
color: #D9DEE0;
}
.AnyTagClassName
{
color: #D9DEE0;
}
</style>
background-color css
<style>
a { background-color: #D9DEE0; }
a { background-color: rgb(217,222,224); }
div.DivClassName
{
background-color: #D9DEE0;
}
.BgClassName
{
background-color: #D9DEE0;
}
</style>
border-color css
<style>
span { border-color: #D9DEE0; }
span { border-color: rgb(217,222,224); }
td.TdClassName
{
border-color: #D9DEE0;
}
.TagClassName
{
border-color: #D9DEE0;
}
</style>