Shades of Pattens Blue #D1EEFA
Tints of Pattens Blue #D1EEFA
RGB
CMYK
RGB Variations
Color information
#D1EEFA (or 0xD1EEFA) is known color: Pattens Blue. HEX triplet: D1, EE and FA. RGB value is (209,238,250). Sum of RGB (Red+Green+Blue) = 209+238+250=697 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.99% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EEFA is #2E1105. Grayscale: #E6E6E6. Windows color (decimal): -3019014 or 16445137. OLE color: 16445137.
HSL color Cylindrical-coordinate representation of color #D1EEFA: hue angle of 197.56º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1EEFA is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 238 | 250 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.02 |
| HSL | 197.56º | 0.8% | 0.9% | - |
| HSV(B) | 197.56º | 0.16% | 0.98% | - |
| XYZ | 74.12 | 81.61 | 102.29 | - |
| YUV | 230.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 238 | 250 | 0.16 | 0.05 | 0 | 0.02 | 197.56 | 0.8 | 0.9 |
| Hex | D1 | EE | FA | 10 | 5 | 0 | 2 | C6 | 50 | 5A |
| Octal | 321 | 356 | 372 | 20 | 5 | 0 | 2 | 306 | 120 | 132 |
| Binary | 11010001 | 11101110 | 11111010 | 10000 | 101 | 0 | 10 | 11000110 | 1010000 | 1011010 |
Color Harmonies of #D1EEFA
Complementary color
Monochromatic Colors of #D1EEFA
Black with #D1EEFA
Text Example
Text Example
White with #D1EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EEFA; }
p { color: rgb(209,238,250); }
H1.HeaderClassName
{
color: #D1EEFA;
}
.AnyTagClassName
{
color: #D1EEFA;
}
</style>
background-color css
<style>
a { background-color: #D1EEFA; }
a { background-color: rgb(209,238,250); }
div.DivClassName
{
background-color: #D1EEFA;
}
.BgClassName
{
background-color: #D1EEFA;
}
</style>
border-color css
<style>
span { border-color: #D1EEFA; }
span { border-color: rgb(209,238,250); }
td.TdClassName
{
border-color: #D1EEFA;
}
.TagClassName
{
border-color: #D1EEFA;
}
</style>