Shades of Pattens Blue #D9ECFE
Tints of Pattens Blue #D9ECFE
RGB
CMYK
RGB Variations
Color information
#D9ECFE (or 0xD9ECFE) is known color: Pattens Blue. HEX triplet: D9, EC and FE. RGB value is (217,236,254). Sum of RGB (Red+Green+Blue) = 217+236+254=707 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.69% from 707); Green value is 236 (92.58% from 255 or 33.38% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9ECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9ECFE is #261301. Grayscale: #E8E8E8. Windows color (decimal): -2495234 or 16706777. OLE color: 16706777.
HSL color Cylindrical-coordinate representation of color #D9ECFE: hue angle of 209.19º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9ECFE is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 236 | 254 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.00 |
| HSL | 209.19º | 0.95% | 0.92% | - |
| HSV(B) | 209.19º | 0.15% | 1% | - |
| XYZ | 76.5 | 81.9 | 105.54 | - |
| YUV | 232.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 236 | 254 | 0.15 | 0.07 | 0 | 0.00 | 209.19 | 0.95 | 0.92 |
| Hex | D9 | EC | FE | F | 7 | 0 | 0 | D1 | 5F | 5C |
| Octal | 331 | 354 | 376 | 17 | 7 | 0 | 0 | 321 | 137 | 134 |
| Binary | 11011001 | 11101100 | 11111110 | 1111 | 111 | 0 | 0 | 11010001 | 1011111 | 1011100 |
Color Harmonies of #D9ECFE
Complementary color
Monochromatic Colors of #D9ECFE
Black with #D9ECFE
Text Example
Text Example
White with #D9ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ECFE; }
p { color: rgb(217,236,254); }
H1.HeaderClassName
{
color: #D9ECFE;
}
.AnyTagClassName
{
color: #D9ECFE;
}
</style>
background-color css
<style>
a { background-color: #D9ECFE; }
a { background-color: rgb(217,236,254); }
div.DivClassName
{
background-color: #D9ECFE;
}
.BgClassName
{
background-color: #D9ECFE;
}
</style>
border-color css
<style>
span { border-color: #D9ECFE; }
span { border-color: rgb(217,236,254); }
td.TdClassName
{
border-color: #D9ECFE;
}
.TagClassName
{
border-color: #D9ECFE;
}
</style>