Shades of Pattens Blue #D0E7F1
Tints of Pattens Blue #D0E7F1
RGB
CMYK
RGB Variations
Color information
#D0E7F1 (or 0xD0E7F1) is known color: Pattens Blue. HEX triplet: D0, E7 and F1. RGB value is (208,231,241). Sum of RGB (Red+Green+Blue) = 208+231+241=680 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.59% from 680); Green value is 231 (90.62% from 255 or 33.97% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0E7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E7F1 is #2F180E. Grayscale: #E1E1E1. Windows color (decimal): -3086351 or 15853520. OLE color: 15853520.
HSL color Cylindrical-coordinate representation of color #D0E7F1: hue angle of 198.18º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0E7F1 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 231 | 241 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.05 |
| HSL | 198.18º | 0.54% | 0.88% | - |
| HSV(B) | 198.18º | 0.14% | 0.95% | - |
| XYZ | 70.47 | 76.91 | 94.35 | - |
| YUV | 225.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 231 | 241 | 0.14 | 0.04 | 0 | 0.05 | 198.18 | 0.54 | 0.88 |
| Hex | D0 | E7 | F1 | E | 4 | 0 | 5 | C6 | 36 | 58 |
| Octal | 320 | 347 | 361 | 16 | 4 | 0 | 5 | 306 | 66 | 130 |
| Binary | 11010000 | 11100111 | 11110001 | 1110 | 100 | 0 | 101 | 11000110 | 110110 | 1011000 |
Color Harmonies of #D0E7F1
Complementary color
Monochromatic Colors of #D0E7F1
Black with #D0E7F1
Text Example
Text Example
White with #D0E7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E7F1; }
p { color: rgb(208,231,241); }
H1.HeaderClassName
{
color: #D0E7F1;
}
.AnyTagClassName
{
color: #D0E7F1;
}
</style>
background-color css
<style>
a { background-color: #D0E7F1; }
a { background-color: rgb(208,231,241); }
div.DivClassName
{
background-color: #D0E7F1;
}
.BgClassName
{
background-color: #D0E7F1;
}
</style>
border-color css
<style>
span { border-color: #D0E7F1; }
span { border-color: rgb(208,231,241); }
td.TdClassName
{
border-color: #D0E7F1;
}
.TagClassName
{
border-color: #D0E7F1;
}
</style>