Shades of Pattens Blue #D1E8FA
Tints of Pattens Blue #D1E8FA
RGB
CMYK
RGB Variations
Color information
#D1E8FA (or 0xD1E8FA) is known color: Pattens Blue. HEX triplet: D1, E8 and FA. RGB value is (209,232,250). Sum of RGB (Red+Green+Blue) = 209+232+250=691 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.25% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1E8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1E8FA is #2E1705. Grayscale: #E3E3E3. Windows color (decimal): -3020550 or 16443601. OLE color: 16443601.
HSL color Cylindrical-coordinate representation of color #D1E8FA: hue angle of 206.34º 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 #D1E8FA is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 232 | 250 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.02 |
| HSL | 206.34º | 0.8% | 0.9% | - |
| HSV(B) | 206.34º | 0.16% | 0.98% | - |
| XYZ | 72.41 | 78.17 | 101.71 | - |
| YUV | 227.18 | 140.88 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 232 | 250 | 0.16 | 0.07 | 0 | 0.02 | 206.34 | 0.8 | 0.9 |
| Hex | D1 | E8 | FA | 10 | 7 | 0 | 2 | CE | 50 | 5A |
| Octal | 321 | 350 | 372 | 20 | 7 | 0 | 2 | 316 | 120 | 132 |
| Binary | 11010001 | 11101000 | 11111010 | 10000 | 111 | 0 | 10 | 11001110 | 1010000 | 1011010 |
Color Harmonies of #D1E8FA
Complementary color
Monochromatic Colors of #D1E8FA
Black with #D1E8FA
Text Example
Text Example
White with #D1E8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E8FA; }
p { color: rgb(209,232,250); }
H1.HeaderClassName
{
color: #D1E8FA;
}
.AnyTagClassName
{
color: #D1E8FA;
}
</style>
background-color css
<style>
a { background-color: #D1E8FA; }
a { background-color: rgb(209,232,250); }
div.DivClassName
{
background-color: #D1E8FA;
}
.BgClassName
{
background-color: #D1E8FA;
}
</style>
border-color css
<style>
span { border-color: #D1E8FA; }
span { border-color: rgb(209,232,250); }
td.TdClassName
{
border-color: #D1E8FA;
}
.TagClassName
{
border-color: #D1E8FA;
}
</style>