Shades of Pattens Blue #D9ECF3
Tints of Pattens Blue #D9ECF3
RGB
CMYK
RGB Variations
Color information
#D9ECF3 (or 0xD9ECF3) is known color: Pattens Blue. HEX triplet: D9, EC and F3. RGB value is (217,236,243). Sum of RGB (Red+Green+Blue) = 217+236+243=696 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.18% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 243 (95.31% from 255 or 34.91% from 696); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9ECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9ECF3 is #26130C. Grayscale: #E7E7E7. Windows color (decimal): -2495245 or 15985881. OLE color: 15985881.
HSL color Cylindrical-coordinate representation of color #D9ECF3: hue angle of 196.15º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9ECF3 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 236 | 243 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.05 |
| HSL | 196.15º | 0.52% | 0.9% | - |
| HSV(B) | 196.15º | 0.11% | 0.95% | - |
| XYZ | 74.79 | 81.21 | 96.53 | - |
| YUV | 231.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 236 | 243 | 0.11 | 0.03 | 0 | 0.05 | 196.15 | 0.52 | 0.9 |
| Hex | D9 | EC | F3 | B | 3 | 0 | 5 | C4 | 34 | 5A |
| Octal | 331 | 354 | 363 | 13 | 3 | 0 | 5 | 304 | 64 | 132 |
| Binary | 11011001 | 11101100 | 11110011 | 1011 | 11 | 0 | 101 | 11000100 | 110100 | 1011010 |
Color Harmonies of #D9ECF3
Complementary color
Monochromatic Colors of #D9ECF3
Black with #D9ECF3
Text Example
Text Example
White with #D9ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ECF3; }
p { color: rgb(217,236,243); }
H1.HeaderClassName
{
color: #D9ECF3;
}
.AnyTagClassName
{
color: #D9ECF3;
}
</style>
background-color css
<style>
a { background-color: #D9ECF3; }
a { background-color: rgb(217,236,243); }
div.DivClassName
{
background-color: #D9ECF3;
}
.BgClassName
{
background-color: #D9ECF3;
}
</style>
border-color css
<style>
span { border-color: #D9ECF3; }
span { border-color: rgb(217,236,243); }
td.TdClassName
{
border-color: #D9ECF3;
}
.TagClassName
{
border-color: #D9ECF3;
}
</style>