Shades of Pattens Blue #D1E9EF
Tints of Pattens Blue #D1E9EF
RGB
CMYK
RGB Variations
Color information
#D1E9EF (or 0xD1E9EF) is known color: Pattens Blue. HEX triplet: D1, E9 and EF. RGB value is (209,233,239). Sum of RGB (Red+Green+Blue) = 209+233+239=681 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.69% from 681); Green value is 233 (91.41% from 255 or 34.21% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1E9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1E9EF is #2E1610. Grayscale: #E2E2E2. Windows color (decimal): -3020305 or 15722961. OLE color: 15722961.
HSL color Cylindrical-coordinate representation of color #D1E9EF: hue angle of 192º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1E9EF is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 233 | 239 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.06 |
| HSL | 192º | 0.48% | 0.88% | - |
| HSV(B) | 192º | 0.13% | 0.94% | - |
| XYZ | 71.01 | 78.07 | 92.99 | - |
| YUV | 226.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 233 | 239 | 0.13 | 0.03 | 0 | 0.06 | 192 | 0.48 | 0.88 |
| Hex | D1 | E9 | EF | D | 3 | 0 | 6 | C0 | 30 | 58 |
| Octal | 321 | 351 | 357 | 15 | 3 | 0 | 6 | 300 | 60 | 130 |
| Binary | 11010001 | 11101001 | 11101111 | 1101 | 11 | 0 | 110 | 11000000 | 110000 | 1011000 |
Color Harmonies of #D1E9EF
Complementary color
Monochromatic Colors of #D1E9EF
Black with #D1E9EF
Text Example
Text Example
White with #D1E9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E9EF; }
p { color: rgb(209,233,239); }
H1.HeaderClassName
{
color: #D1E9EF;
}
.AnyTagClassName
{
color: #D1E9EF;
}
</style>
background-color css
<style>
a { background-color: #D1E9EF; }
a { background-color: rgb(209,233,239); }
div.DivClassName
{
background-color: #D1E9EF;
}
.BgClassName
{
background-color: #D1E9EF;
}
</style>
border-color css
<style>
span { border-color: #D1E9EF; }
span { border-color: rgb(209,233,239); }
td.TdClassName
{
border-color: #D1E9EF;
}
.TagClassName
{
border-color: #D1E9EF;
}
</style>