Shades of Pattens Blue #D1E8FB
Tints of Pattens Blue #D1E8FB
RGB
CMYK
RGB Variations
Color information
#D1E8FB (or 0xD1E8FB) is known color: Pattens Blue. HEX triplet: D1, E8 and FB. RGB value is (209,232,251). Sum of RGB (Red+Green+Blue) = 209+232+251=692 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.20% from 692); Green value is 232 (91.02% from 255 or 33.53% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1E8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1E8FB is #2E1704. Grayscale: #E3E3E3. Windows color (decimal): -3020549 or 16509137. OLE color: 16509137.
HSL color Cylindrical-coordinate representation of color #D1E8FB: hue angle of 207.14º 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 #D1E8FB is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 232 | 251 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.02 |
| HSL | 207.14º | 0.84% | 0.9% | - |
| HSV(B) | 207.14º | 0.17% | 0.98% | - |
| XYZ | 72.56 | 78.23 | 102.54 | - |
| YUV | 227.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 232 | 251 | 0.17 | 0.08 | 0 | 0.02 | 207.14 | 0.84 | 0.9 |
| Hex | D1 | E8 | FB | 11 | 8 | 0 | 2 | CF | 54 | 5A |
| Octal | 321 | 350 | 373 | 21 | 10 | 0 | 2 | 317 | 124 | 132 |
| Binary | 11010001 | 11101000 | 11111011 | 10001 | 1000 | 0 | 10 | 11001111 | 1010100 | 1011010 |
Color Harmonies of #D1E8FB
Complementary color
Monochromatic Colors of #D1E8FB
Black with #D1E8FB
Text Example
Text Example
White with #D1E8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E8FB; }
p { color: rgb(209,232,251); }
H1.HeaderClassName
{
color: #D1E8FB;
}
.AnyTagClassName
{
color: #D1E8FB;
}
</style>
background-color css
<style>
a { background-color: #D1E8FB; }
a { background-color: rgb(209,232,251); }
div.DivClassName
{
background-color: #D1E8FB;
}
.BgClassName
{
background-color: #D1E8FB;
}
</style>
border-color css
<style>
span { border-color: #D1E8FB; }
span { border-color: rgb(209,232,251); }
td.TdClassName
{
border-color: #D1E8FB;
}
.TagClassName
{
border-color: #D1E8FB;
}
</style>