Shades of Pattens Blue #D9EDF7
Tints of Pattens Blue #D9EDF7
RGB
CMYK
RGB Variations
Color information
#D9EDF7 (or 0xD9EDF7) is known color: Pattens Blue. HEX triplet: D9, ED and F7. RGB value is (217,237,247). Sum of RGB (Red+Green+Blue) = 217+237+247=701 (92% of max value = 765). Red value is 217 (85.16% from 255 or 30.96% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 247 - color contains mainly: blue. Hex color #D9EDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EDF7 is #261208. Grayscale: #E8E8E8. Windows color (decimal): -2494985 or 16248281. OLE color: 16248281.
HSL color Cylindrical-coordinate representation of color #D9EDF7: hue angle of 200º degrees, saturation: 0.65, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9EDF7 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 237 | 247 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.03 |
| HSL | 200º | 0.65% | 0.91% | - |
| HSV(B) | 200º | 0.12% | 0.97% | - |
| XYZ | 75.69 | 82.04 | 99.84 | - |
| YUV | 232.16 | 136.37 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 237 | 247 | 0.12 | 0.04 | 0 | 0.03 | 200 | 0.65 | 0.91 |
| Hex | D9 | ED | F7 | C | 4 | 0 | 3 | C8 | 41 | 5B |
| Octal | 331 | 355 | 367 | 14 | 4 | 0 | 3 | 310 | 101 | 133 |
| Binary | 11011001 | 11101101 | 11110111 | 1100 | 100 | 0 | 11 | 11001000 | 1000001 | 1011011 |
Color Harmonies of #D9EDF7
Complementary color
Monochromatic Colors of #D9EDF7
Black with #D9EDF7
Text Example
Text Example
White with #D9EDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EDF7; }
p { color: rgb(217,237,247); }
H1.HeaderClassName
{
color: #D9EDF7;
}
.AnyTagClassName
{
color: #D9EDF7;
}
</style>
background-color css
<style>
a { background-color: #D9EDF7; }
a { background-color: rgb(217,237,247); }
div.DivClassName
{
background-color: #D9EDF7;
}
.BgClassName
{
background-color: #D9EDF7;
}
</style>
border-color css
<style>
span { border-color: #D9EDF7; }
span { border-color: rgb(217,237,247); }
td.TdClassName
{
border-color: #D9EDF7;
}
.TagClassName
{
border-color: #D9EDF7;
}
</style>