Shades of Pattens Blue #D1E1EB
Tints of Pattens Blue #D1E1EB
RGB
CMYK
RGB Variations
Color information
#D1E1EB (or 0xD1E1EB) is known color: Pattens Blue. HEX triplet: D1, E1 and EB. RGB value is (209,225,235). Sum of RGB (Red+Green+Blue) = 209+225+235=669 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.24% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1E1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E1EB is #2E1E14. Grayscale: #DDDDDD. Windows color (decimal): -3022357 or 15458769. OLE color: 15458769.
HSL color Cylindrical-coordinate representation of color #D1E1EB: hue angle of 203.08º degrees, saturation: 0.39, 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 #D1E1EB is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 225 | 235 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.08 |
| HSL | 203.08º | 0.39% | 0.87% | - |
| HSV(B) | 203.08º | 0.11% | 0.92% | - |
| XYZ | 68.22 | 73.4 | 89.17 | - |
| YUV | 221.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 235 | 0.11 | 0.04 | 0 | 0.08 | 203.08 | 0.39 | 0.87 |
| Hex | D1 | E1 | EB | B | 4 | 0 | 8 | CB | 27 | 57 |
| Octal | 321 | 341 | 353 | 13 | 4 | 0 | 10 | 313 | 47 | 127 |
| Binary | 11010001 | 11100001 | 11101011 | 1011 | 100 | 0 | 1000 | 11001011 | 100111 | 1010111 |
Color Harmonies of #D1E1EB
Complementary color
Monochromatic Colors of #D1E1EB
Black with #D1E1EB
Text Example
Text Example
White with #D1E1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E1EB; }
p { color: rgb(209,225,235); }
H1.HeaderClassName
{
color: #D1E1EB;
}
.AnyTagClassName
{
color: #D1E1EB;
}
</style>
background-color css
<style>
a { background-color: #D1E1EB; }
a { background-color: rgb(209,225,235); }
div.DivClassName
{
background-color: #D1E1EB;
}
.BgClassName
{
background-color: #D1E1EB;
}
</style>
border-color css
<style>
span { border-color: #D1E1EB; }
span { border-color: rgb(209,225,235); }
td.TdClassName
{
border-color: #D1E1EB;
}
.TagClassName
{
border-color: #D1E1EB;
}
</style>