Shades of Pattens Blue #D1E1EA
Tints of Pattens Blue #D1E1EA
RGB
CMYK
RGB Variations
Color information
#D1E1EA (or 0xD1E1EA) is known color: Pattens Blue. HEX triplet: D1, E1 and EA. RGB value is (209,225,234). Sum of RGB (Red+Green+Blue) = 209+225+234=668 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.29% from 668); Green value is 225 (88.28% from 255 or 33.68% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1E1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E1EA is #2E1E15. Grayscale: #DDDDDD. Windows color (decimal): -3022358 or 15393233. OLE color: 15393233.
HSL color Cylindrical-coordinate representation of color #D1E1EA: hue angle of 201.6º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1E1EA is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 225 | 234 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.08 |
| HSL | 201.6º | 0.37% | 0.87% | - |
| HSV(B) | 201.6º | 0.11% | 0.92% | - |
| XYZ | 68.07 | 73.35 | 88.41 | - |
| YUV | 221.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 234 | 0.11 | 0.04 | 0 | 0.08 | 201.6 | 0.37 | 0.87 |
| Hex | D1 | E1 | EA | B | 4 | 0 | 8 | CA | 25 | 57 |
| Octal | 321 | 341 | 352 | 13 | 4 | 0 | 10 | 312 | 45 | 127 |
| Binary | 11010001 | 11100001 | 11101010 | 1011 | 100 | 0 | 1000 | 11001010 | 100101 | 1010111 |
Color Harmonies of #D1E1EA
Complementary color
Monochromatic Colors of #D1E1EA
Black with #D1E1EA
Text Example
Text Example
White with #D1E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E1EA; }
p { color: rgb(209,225,234); }
H1.HeaderClassName
{
color: #D1E1EA;
}
.AnyTagClassName
{
color: #D1E1EA;
}
</style>
background-color css
<style>
a { background-color: #D1E1EA; }
a { background-color: rgb(209,225,234); }
div.DivClassName
{
background-color: #D1E1EA;
}
.BgClassName
{
background-color: #D1E1EA;
}
</style>
border-color css
<style>
span { border-color: #D1E1EA; }
span { border-color: rgb(209,225,234); }
td.TdClassName
{
border-color: #D1E1EA;
}
.TagClassName
{
border-color: #D1E1EA;
}
</style>