Shades of Pattens Blue #D1E0EF
Tints of Pattens Blue #D1E0EF
RGB
CMYK
RGB Variations
Color information
#D1E0EF (or 0xD1E0EF) is known color: Pattens Blue. HEX triplet: D1, E0 and EF. RGB value is (209,224,239). Sum of RGB (Red+Green+Blue) = 209+224+239=672 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.10% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1E0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E0EF is #2E1F10. Grayscale: #DDDDDD. Windows color (decimal): -3022609 or 15720657. OLE color: 15720657.
HSL color Cylindrical-coordinate representation of color #D1E0EF: hue angle of 210º 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 #D1E0EF is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 224 | 239 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.06 |
| HSL | 210º | 0.48% | 0.88% | - |
| HSV(B) | 210º | 0.13% | 0.94% | - |
| XYZ | 68.53 | 73.1 | 92.16 | - |
| YUV | 221.23 | 138.03 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 239 | 0.13 | 0.06 | 0 | 0.06 | 210 | 0.48 | 0.88 |
| Hex | D1 | E0 | EF | D | 6 | 0 | 6 | D2 | 30 | 58 |
| Octal | 321 | 340 | 357 | 15 | 6 | 0 | 6 | 322 | 60 | 130 |
| Binary | 11010001 | 11100000 | 11101111 | 1101 | 110 | 0 | 110 | 11010010 | 110000 | 1011000 |
Color Harmonies of #D1E0EF
Complementary color
Monochromatic Colors of #D1E0EF
Black with #D1E0EF
Text Example
Text Example
White with #D1E0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E0EF; }
p { color: rgb(209,224,239); }
H1.HeaderClassName
{
color: #D1E0EF;
}
.AnyTagClassName
{
color: #D1E0EF;
}
</style>
background-color css
<style>
a { background-color: #D1E0EF; }
a { background-color: rgb(209,224,239); }
div.DivClassName
{
background-color: #D1E0EF;
}
.BgClassName
{
background-color: #D1E0EF;
}
</style>
border-color css
<style>
span { border-color: #D1E0EF; }
span { border-color: rgb(209,224,239); }
td.TdClassName
{
border-color: #D1E0EF;
}
.TagClassName
{
border-color: #D1E0EF;
}
</style>