Shades of Pattens Blue #D1E6EB
Tints of Pattens Blue #D1E6EB
RGB
CMYK
RGB Variations
Color information
#D1E6EB (or 0xD1E6EB) is known color: Pattens Blue. HEX triplet: D1, E6 and EB. RGB value is (209,230,235). Sum of RGB (Red+Green+Blue) = 209+230+235=674 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.01% from 674); Green value is 230 (90.23% from 255 or 34.12% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1E6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1E6EB is #2E1914. Grayscale: #E0E0E0. Windows color (decimal): -3021077 or 15460049. OLE color: 15460049.
HSL color Cylindrical-coordinate representation of color #D1E6EB: hue angle of 191.54º 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 #D1E6EB is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 230 | 235 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.08 |
| HSL | 191.54º | 0.39% | 0.87% | - |
| HSV(B) | 191.54º | 0.11% | 0.92% | - |
| XYZ | 69.59 | 76.15 | 89.63 | - |
| YUV | 224.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 230 | 235 | 0.11 | 0.02 | 0 | 0.08 | 191.54 | 0.39 | 0.87 |
| Hex | D1 | E6 | EB | B | 2 | 0 | 8 | C0 | 27 | 57 |
| Octal | 321 | 346 | 353 | 13 | 2 | 0 | 10 | 300 | 47 | 127 |
| Binary | 11010001 | 11100110 | 11101011 | 1011 | 10 | 0 | 1000 | 11000000 | 100111 | 1010111 |
Color Harmonies of #D1E6EB
Complementary color
Monochromatic Colors of #D1E6EB
Black with #D1E6EB
Text Example
Text Example
White with #D1E6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E6EB; }
p { color: rgb(209,230,235); }
H1.HeaderClassName
{
color: #D1E6EB;
}
.AnyTagClassName
{
color: #D1E6EB;
}
</style>
background-color css
<style>
a { background-color: #D1E6EB; }
a { background-color: rgb(209,230,235); }
div.DivClassName
{
background-color: #D1E6EB;
}
.BgClassName
{
background-color: #D1E6EB;
}
</style>
border-color css
<style>
span { border-color: #D1E6EB; }
span { border-color: rgb(209,230,235); }
td.TdClassName
{
border-color: #D1E6EB;
}
.TagClassName
{
border-color: #D1E6EB;
}
</style>