Shades of Pattens Blue #D1E4EE
Tints of Pattens Blue #D1E4EE
RGB
CMYK
RGB Variations
Color information
#D1E4EE (or 0xD1E4EE) is known color: Pattens Blue. HEX triplet: D1, E4 and EE. RGB value is (209,228,238). Sum of RGB (Red+Green+Blue) = 209+228+238=675 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.96% from 675); Green value is 228 (89.45% from 255 or 33.78% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1E4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E4EE is #2E1B11. Grayscale: #DFDFDF. Windows color (decimal): -3021586 or 15656145. OLE color: 15656145.
HSL color Cylindrical-coordinate representation of color #D1E4EE: hue angle of 200.69º 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 #D1E4EE is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 228 | 238 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.07 |
| HSL | 200.69º | 0.46% | 0.88% | - |
| HSV(B) | 200.69º | 0.12% | 0.93% | - |
| XYZ | 69.47 | 75.22 | 91.75 | - |
| YUV | 223.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 228 | 238 | 0.12 | 0.04 | 0 | 0.07 | 200.69 | 0.46 | 0.88 |
| Hex | D1 | E4 | EE | C | 4 | 0 | 7 | C9 | 2E | 58 |
| Octal | 321 | 344 | 356 | 14 | 4 | 0 | 7 | 311 | 56 | 130 |
| Binary | 11010001 | 11100100 | 11101110 | 1100 | 100 | 0 | 111 | 11001001 | 101110 | 1011000 |
Color Harmonies of #D1E4EE
Complementary color
Monochromatic Colors of #D1E4EE
Black with #D1E4EE
Text Example
Text Example
White with #D1E4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E4EE; }
p { color: rgb(209,228,238); }
H1.HeaderClassName
{
color: #D1E4EE;
}
.AnyTagClassName
{
color: #D1E4EE;
}
</style>
background-color css
<style>
a { background-color: #D1E4EE; }
a { background-color: rgb(209,228,238); }
div.DivClassName
{
background-color: #D1E4EE;
}
.BgClassName
{
background-color: #D1E4EE;
}
</style>
border-color css
<style>
span { border-color: #D1E4EE; }
span { border-color: rgb(209,228,238); }
td.TdClassName
{
border-color: #D1E4EE;
}
.TagClassName
{
border-color: #D1E4EE;
}
</style>