Shades of Pattens Blue #D1E0EE
Tints of Pattens Blue #D1E0EE
RGB
CMYK
RGB Variations
Color information
#D1E0EE (or 0xD1E0EE) is known color: Pattens Blue. HEX triplet: D1, E0 and EE. RGB value is (209,224,238). Sum of RGB (Red+Green+Blue) = 209+224+238=671 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.15% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1E0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E0EE is #2E1F11. Grayscale: #DDDDDD. Windows color (decimal): -3022610 or 15655121. OLE color: 15655121.
HSL color Cylindrical-coordinate representation of color #D1E0EE: hue angle of 208.97º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1E0EE is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 224 | 238 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.07 |
| HSL | 208.97º | 0.46% | 0.88% | - |
| HSV(B) | 208.97º | 0.12% | 0.93% | - |
| XYZ | 68.38 | 73.04 | 91.38 | - |
| YUV | 221.11 | 137.53 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 238 | 0.12 | 0.06 | 0 | 0.07 | 208.97 | 0.46 | 0.88 |
| Hex | D1 | E0 | EE | C | 6 | 0 | 7 | D1 | 2E | 58 |
| Octal | 321 | 340 | 356 | 14 | 6 | 0 | 7 | 321 | 56 | 130 |
| Binary | 11010001 | 11100000 | 11101110 | 1100 | 110 | 0 | 111 | 11010001 | 101110 | 1011000 |
Color Harmonies of #D1E0EE
Complementary color
Monochromatic Colors of #D1E0EE
Black with #D1E0EE
Text Example
Text Example
White with #D1E0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E0EE; }
p { color: rgb(209,224,238); }
H1.HeaderClassName
{
color: #D1E0EE;
}
.AnyTagClassName
{
color: #D1E0EE;
}
</style>
background-color css
<style>
a { background-color: #D1E0EE; }
a { background-color: rgb(209,224,238); }
div.DivClassName
{
background-color: #D1E0EE;
}
.BgClassName
{
background-color: #D1E0EE;
}
</style>
border-color css
<style>
span { border-color: #D1E0EE; }
span { border-color: rgb(209,224,238); }
td.TdClassName
{
border-color: #D1E0EE;
}
.TagClassName
{
border-color: #D1E0EE;
}
</style>