Shades of Pattens Blue #D1E8EE
Tints of Pattens Blue #D1E8EE
RGB
CMYK
RGB Variations
Color information
#D1E8EE (or 0xD1E8EE) is known color: Pattens Blue. HEX triplet: D1, E8 and EE. RGB value is (209,232,238). Sum of RGB (Red+Green+Blue) = 209+232+238=679 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.78% from 679); Green value is 232 (91.02% from 255 or 34.17% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1E8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1E8EE is #2E1711. Grayscale: #E1E1E1. Windows color (decimal): -3020562 or 15657169. OLE color: 15657169.
HSL color Cylindrical-coordinate representation of color #D1E8EE: hue angle of 192.41º 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 #D1E8EE is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 232 | 238 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.07 |
| HSL | 192.41º | 0.46% | 0.88% | - |
| HSV(B) | 192.41º | 0.12% | 0.93% | - |
| XYZ | 70.58 | 77.44 | 92.12 | - |
| YUV | 225.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 232 | 238 | 0.12 | 0.03 | 0 | 0.07 | 192.41 | 0.46 | 0.88 |
| Hex | D1 | E8 | EE | C | 3 | 0 | 7 | C0 | 2E | 58 |
| Octal | 321 | 350 | 356 | 14 | 3 | 0 | 7 | 300 | 56 | 130 |
| Binary | 11010001 | 11101000 | 11101110 | 1100 | 11 | 0 | 111 | 11000000 | 101110 | 1011000 |
Color Harmonies of #D1E8EE
Complementary color
Monochromatic Colors of #D1E8EE
Black with #D1E8EE
Text Example
Text Example
White with #D1E8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E8EE; }
p { color: rgb(209,232,238); }
H1.HeaderClassName
{
color: #D1E8EE;
}
.AnyTagClassName
{
color: #D1E8EE;
}
</style>
background-color css
<style>
a { background-color: #D1E8EE; }
a { background-color: rgb(209,232,238); }
div.DivClassName
{
background-color: #D1E8EE;
}
.BgClassName
{
background-color: #D1E8EE;
}
</style>
border-color css
<style>
span { border-color: #D1E8EE; }
span { border-color: rgb(209,232,238); }
td.TdClassName
{
border-color: #D1E8EE;
}
.TagClassName
{
border-color: #D1E8EE;
}
</style>