Shades of Pattens Blue #D9ECF6
Tints of Pattens Blue #D9ECF6
RGB
CMYK
RGB Variations
Color information
#D9ECF6 (or 0xD9ECF6) is known color: Pattens Blue. HEX triplet: D9, EC and F6. RGB value is (217,236,246). Sum of RGB (Red+Green+Blue) = 217+236+246=699 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.04% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 246 (96.48% from 255 or 35.19% from 699); Max value from RGB is 246 - color contains mainly: blue. Hex color #D9ECF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9ECF6 is #261309. Grayscale: #E7E7E7. Windows color (decimal): -2495242 or 16182489. OLE color: 16182489.
HSL color Cylindrical-coordinate representation of color #D9ECF6: hue angle of 200.69º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9ECF6 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 236 | 246 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.04 |
| HSL | 200.69º | 0.62% | 0.91% | - |
| HSV(B) | 200.69º | 0.12% | 0.96% | - |
| XYZ | 75.25 | 81.4 | 98.93 | - |
| YUV | 231.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 236 | 246 | 0.12 | 0.04 | 0 | 0.04 | 200.69 | 0.62 | 0.91 |
| Hex | D9 | EC | F6 | C | 4 | 0 | 4 | C9 | 3E | 5B |
| Octal | 331 | 354 | 366 | 14 | 4 | 0 | 4 | 311 | 76 | 133 |
| Binary | 11011001 | 11101100 | 11110110 | 1100 | 100 | 0 | 100 | 11001001 | 111110 | 1011011 |
Color Harmonies of #D9ECF6
Complementary color
Monochromatic Colors of #D9ECF6
Black with #D9ECF6
Text Example
Text Example
White with #D9ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ECF6; }
p { color: rgb(217,236,246); }
H1.HeaderClassName
{
color: #D9ECF6;
}
.AnyTagClassName
{
color: #D9ECF6;
}
</style>
background-color css
<style>
a { background-color: #D9ECF6; }
a { background-color: rgb(217,236,246); }
div.DivClassName
{
background-color: #D9ECF6;
}
.BgClassName
{
background-color: #D9ECF6;
}
</style>
border-color css
<style>
span { border-color: #D9ECF6; }
span { border-color: rgb(217,236,246); }
td.TdClassName
{
border-color: #D9ECF6;
}
.TagClassName
{
border-color: #D9ECF6;
}
</style>