Shades of Pattens Blue #D1E3EE
Tints of Pattens Blue #D1E3EE
RGB
CMYK
RGB Variations
Color information
#D1E3EE (or 0xD1E3EE) is known color: Pattens Blue. HEX triplet: D1, E3 and EE. RGB value is (209,227,238). Sum of RGB (Red+Green+Blue) = 209+227+238=674 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.01% from 674); Green value is 227 (89.06% from 255 or 33.68% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1E3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E3EE is #2E1C11. Grayscale: #DEDEDE. Windows color (decimal): -3021842 or 15655889. OLE color: 15655889.
HSL color Cylindrical-coordinate representation of color #D1E3EE: hue angle of 202.76º 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 #D1E3EE is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 227 | 238 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.07 |
| HSL | 202.76º | 0.46% | 0.88% | - |
| HSV(B) | 202.76º | 0.12% | 0.93% | - |
| XYZ | 69.2 | 74.67 | 91.65 | - |
| YUV | 222.87 | 136.54 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 227 | 238 | 0.12 | 0.05 | 0 | 0.07 | 202.76 | 0.46 | 0.88 |
| Hex | D1 | E3 | EE | C | 5 | 0 | 7 | CB | 2E | 58 |
| Octal | 321 | 343 | 356 | 14 | 5 | 0 | 7 | 313 | 56 | 130 |
| Binary | 11010001 | 11100011 | 11101110 | 1100 | 101 | 0 | 111 | 11001011 | 101110 | 1011000 |
Color Harmonies of #D1E3EE
Complementary color
Monochromatic Colors of #D1E3EE
Black with #D1E3EE
Text Example
Text Example
White with #D1E3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E3EE; }
p { color: rgb(209,227,238); }
H1.HeaderClassName
{
color: #D1E3EE;
}
.AnyTagClassName
{
color: #D1E3EE;
}
</style>
background-color css
<style>
a { background-color: #D1E3EE; }
a { background-color: rgb(209,227,238); }
div.DivClassName
{
background-color: #D1E3EE;
}
.BgClassName
{
background-color: #D1E3EE;
}
</style>
border-color css
<style>
span { border-color: #D1E3EE; }
span { border-color: rgb(209,227,238); }
td.TdClassName
{
border-color: #D1E3EE;
}
.TagClassName
{
border-color: #D1E3EE;
}
</style>