Shades of Pattens Blue #D1E7ED
Tints of Pattens Blue #D1E7ED
RGB
CMYK
RGB Variations
Color information
#D1E7ED (or 0xD1E7ED) is known color: Pattens Blue. HEX triplet: D1, E7 and ED. RGB value is (209,231,237). Sum of RGB (Red+Green+Blue) = 209+231+237=677 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.87% from 677); Green value is 231 (90.62% from 255 or 34.12% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1E7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1E7ED is #2E1812. Grayscale: #E1E1E1. Windows color (decimal): -3020819 or 15591377. OLE color: 15591377.
HSL color Cylindrical-coordinate representation of color #D1E7ED: hue angle of 192.86º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1E7ED is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 209 | 231 | 237 | - |
CMYK | 0.12 | 0.03 | 0 | 0.07 |
HSL | 192.86º | 0.44% | 0.87% | - |
HSV(B) | 192.86º | 0.12% | 0.93% | - |
XYZ | 70.16 | 76.82 | 91.25 | - |
YUV | 225.11 | 134.71 | 116.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 231 | 237 | 0.12 | 0.03 | 0 | 0.07 | 192.86 | 0.44 | 0.87 |
Hex | D1 | E7 | ED | C | 3 | 0 | 7 | C1 | 2C | 57 |
Octal | 321 | 347 | 355 | 14 | 3 | 0 | 7 | 301 | 54 | 127 |
Binary | 11010001 | 11100111 | 11101101 | 1100 | 11 | 0 | 111 | 11000001 | 101100 | 1010111 |
Color Harmonies of #D1E7ED
Complementary color
Monochromatic Colors of #D1E7ED
Black with #D1E7ED
Text Example
Text Example
White with #D1E7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E7ED; }
p { color: rgb(209,231,237); }
H1.HeaderClassName
{
color: #D1E7ED;
}
.AnyTagClassName
{
color: #D1E7ED;
}
</style>
background-color css
<style>
a { background-color: #D1E7ED; }
a { background-color: rgb(209,231,237); }
div.DivClassName
{
background-color: #D1E7ED;
}
.BgClassName
{
background-color: #D1E7ED;
}
</style>
border-color css
<style>
span { border-color: #D1E7ED; }
span { border-color: rgb(209,231,237); }
td.TdClassName
{
border-color: #D1E7ED;
}
.TagClassName
{
border-color: #D1E7ED;
}
</style>