Shades of Pattens Blue #D1E2EF
Tints of Pattens Blue #D1E2EF
RGB
CMYK
RGB Variations
Color information
#D1E2EF (or 0xD1E2EF) is known color: Pattens Blue. HEX triplet: D1, E2 and EF. RGB value is (209,226,239). Sum of RGB (Red+Green+Blue) = 209+226+239=674 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.01% from 674); Green value is 226 (88.67% from 255 or 33.53% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1E2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E2EF is #2E1D10. Grayscale: #DEDEDE. Windows color (decimal): -3022097 or 15721169. OLE color: 15721169.
HSL color Cylindrical-coordinate representation of color #D1E2EF: hue angle of 206º 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 #D1E2EF is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 226 | 239 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.06 |
| HSL | 206º | 0.48% | 0.88% | - |
| HSV(B) | 206º | 0.13% | 0.94% | - |
| XYZ | 69.07 | 74.18 | 92.34 | - |
| YUV | 222.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 226 | 239 | 0.13 | 0.05 | 0 | 0.06 | 206 | 0.48 | 0.88 |
| Hex | D1 | E2 | EF | D | 5 | 0 | 6 | CE | 30 | 58 |
| Octal | 321 | 342 | 357 | 15 | 5 | 0 | 6 | 316 | 60 | 130 |
| Binary | 11010001 | 11100010 | 11101111 | 1101 | 101 | 0 | 110 | 11001110 | 110000 | 1011000 |
Color Harmonies of #D1E2EF
Complementary color
Monochromatic Colors of #D1E2EF
Black with #D1E2EF
Text Example
Text Example
White with #D1E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E2EF; }
p { color: rgb(209,226,239); }
H1.HeaderClassName
{
color: #D1E2EF;
}
.AnyTagClassName
{
color: #D1E2EF;
}
</style>
background-color css
<style>
a { background-color: #D1E2EF; }
a { background-color: rgb(209,226,239); }
div.DivClassName
{
background-color: #D1E2EF;
}
.BgClassName
{
background-color: #D1E2EF;
}
</style>
border-color css
<style>
span { border-color: #D1E2EF; }
span { border-color: rgb(209,226,239); }
td.TdClassName
{
border-color: #D1E2EF;
}
.TagClassName
{
border-color: #D1E2EF;
}
</style>