Shades of Pattens Blue #D9DEE1
Tints of Pattens Blue #D9DEE1
RGB
CMYK
RGB Variations
Color information
#D9DEE1 (or 0xD9DEE1) is known color: Pattens Blue. HEX triplet: D9, DE and E1. RGB value is (217,222,225). Sum of RGB (Red+Green+Blue) = 217+222+225=664 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.68% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 225 - color contains mainly: blue. Hex color #D9DEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEE1 is #26211E. Grayscale: #DCDCDC. Windows color (decimal): -2498847 or 14802649. OLE color: 14802649.
HSL color Cylindrical-coordinate representation of color #D9DEE1: hue angle of 202.5º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D9DEE1 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 217 | 222 | 225 | - |
CMYK | 0.04 | 0.01 | 0 | 0.12 |
HSL | 202.5º | 0.12% | 0.87% | - |
HSV(B) | 202.5º | 0.04% | 0.88% | - |
XYZ | 68.33 | 72.43 | 81.61 | - |
YUV | 220.85 | 130.34 | 125.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 222 | 225 | 0.04 | 0.01 | 0 | 0.12 | 202.5 | 0.12 | 0.87 |
Hex | D9 | DE | E1 | 4 | 1 | 0 | C | CA | C | 57 |
Octal | 331 | 336 | 341 | 4 | 1 | 0 | 14 | 312 | 14 | 127 |
Binary | 11011001 | 11011110 | 11100001 | 100 | 1 | 0 | 1100 | 11001010 | 1100 | 1010111 |
Color Harmonies of #D9DEE1
Complementary color
Monochromatic Colors of #D9DEE1
Black with #D9DEE1
Text Example
Text Example
White with #D9DEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DEE1; }
p { color: rgb(217,222,225); }
H1.HeaderClassName
{
color: #D9DEE1;
}
.AnyTagClassName
{
color: #D9DEE1;
}
</style>
background-color css
<style>
a { background-color: #D9DEE1; }
a { background-color: rgb(217,222,225); }
div.DivClassName
{
background-color: #D9DEE1;
}
.BgClassName
{
background-color: #D9DEE1;
}
</style>
border-color css
<style>
span { border-color: #D9DEE1; }
span { border-color: rgb(217,222,225); }
td.TdClassName
{
border-color: #D9DEE1;
}
.TagClassName
{
border-color: #D9DEE1;
}
</style>