Shades of Pattens Blue #D1E2EB
Tints of Pattens Blue #D1E2EB
RGB
CMYK
RGB Variations
Color information
#D1E2EB (or 0xD1E2EB) is known color: Pattens Blue. HEX triplet: D1, E2 and EB. RGB value is (209,226,235). Sum of RGB (Red+Green+Blue) = 209+226+235=670 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.19% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1E2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E2EB is #2E1D14. Grayscale: #DDDDDD. Windows color (decimal): -3022101 or 15459025. OLE color: 15459025.
HSL color Cylindrical-coordinate representation of color #D1E2EB: hue angle of 200.77º 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 #D1E2EB is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 209 | 226 | 235 | - |
CMYK | 0.11 | 0.04 | 0 | 0.08 |
HSL | 200.77º | 0.39% | 0.87% | - |
HSV(B) | 200.77º | 0.11% | 0.92% | - |
XYZ | 68.49 | 73.95 | 89.26 | - |
YUV | 221.94 | 135.37 | 118.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 226 | 235 | 0.11 | 0.04 | 0 | 0.08 | 200.77 | 0.39 | 0.87 |
Hex | D1 | E2 | EB | B | 4 | 0 | 8 | C9 | 27 | 57 |
Octal | 321 | 342 | 353 | 13 | 4 | 0 | 10 | 311 | 47 | 127 |
Binary | 11010001 | 11100010 | 11101011 | 1011 | 100 | 0 | 1000 | 11001001 | 100111 | 1010111 |
Color Harmonies of #D1E2EB
Complementary color
Monochromatic Colors of #D1E2EB
Black with #D1E2EB
Text Example
Text Example
White with #D1E2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E2EB; }
p { color: rgb(209,226,235); }
H1.HeaderClassName
{
color: #D1E2EB;
}
.AnyTagClassName
{
color: #D1E2EB;
}
</style>
background-color css
<style>
a { background-color: #D1E2EB; }
a { background-color: rgb(209,226,235); }
div.DivClassName
{
background-color: #D1E2EB;
}
.BgClassName
{
background-color: #D1E2EB;
}
</style>
border-color css
<style>
span { border-color: #D1E2EB; }
span { border-color: rgb(209,226,235); }
td.TdClassName
{
border-color: #D1E2EB;
}
.TagClassName
{
border-color: #D1E2EB;
}
</style>