Shades of Pattens Blue #D1E7FB
Tints of Pattens Blue #D1E7FB
RGB
CMYK
RGB Variations
Color information
#D1E7FB (or 0xD1E7FB) is known color: Pattens Blue. HEX triplet: D1, E7 and FB. RGB value is (209,231,251). Sum of RGB (Red+Green+Blue) = 209+231+251=691 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.25% from 691); Green value is 231 (90.62% from 255 or 33.43% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1E7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1E7FB is #2E1804. Grayscale: #E2E2E2. Windows color (decimal): -3020805 or 16508881. OLE color: 16508881.
HSL color Cylindrical-coordinate representation of color #D1E7FB: hue angle of 208.57º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1E7FB is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 231 | 251 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.02 |
| HSL | 208.57º | 0.84% | 0.9% | - |
| HSV(B) | 208.57º | 0.17% | 0.98% | - |
| XYZ | 72.28 | 77.67 | 102.45 | - |
| YUV | 226.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 231 | 251 | 0.17 | 0.08 | 0 | 0.02 | 208.57 | 0.84 | 0.9 |
| Hex | D1 | E7 | FB | 11 | 8 | 0 | 2 | D1 | 54 | 5A |
| Octal | 321 | 347 | 373 | 21 | 10 | 0 | 2 | 321 | 124 | 132 |
| Binary | 11010001 | 11100111 | 11111011 | 10001 | 1000 | 0 | 10 | 11010001 | 1010100 | 1011010 |
Color Harmonies of #D1E7FB
Complementary color
Monochromatic Colors of #D1E7FB
Black with #D1E7FB
Text Example
Text Example
White with #D1E7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E7FB; }
p { color: rgb(209,231,251); }
H1.HeaderClassName
{
color: #D1E7FB;
}
.AnyTagClassName
{
color: #D1E7FB;
}
</style>
background-color css
<style>
a { background-color: #D1E7FB; }
a { background-color: rgb(209,231,251); }
div.DivClassName
{
background-color: #D1E7FB;
}
.BgClassName
{
background-color: #D1E7FB;
}
</style>
border-color css
<style>
span { border-color: #D1E7FB; }
span { border-color: rgb(209,231,251); }
td.TdClassName
{
border-color: #D1E7FB;
}
.TagClassName
{
border-color: #D1E7FB;
}
</style>