Shades of Pattens Blue #D0E2F1
Tints of Pattens Blue #D0E2F1
RGB
CMYK
RGB Variations
Color information
#D0E2F1 (or 0xD0E2F1) is known color: Pattens Blue. HEX triplet: D0, E2 and F1. RGB value is (208,226,241). Sum of RGB (Red+Green+Blue) = 208+226+241=675 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.81% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0E2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E2F1 is #2F1D0E. Grayscale: #DEDEDE. Windows color (decimal): -3087631 or 15852240. OLE color: 15852240.
HSL color Cylindrical-coordinate representation of color #D0E2F1: hue angle of 207.27º 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 #D0E2F1 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 226 | 241 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.05 |
| HSL | 207.27º | 0.54% | 0.88% | - |
| HSV(B) | 207.27º | 0.14% | 0.95% | - |
| XYZ | 69.09 | 74.15 | 93.89 | - |
| YUV | 222.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 226 | 241 | 0.14 | 0.06 | 0 | 0.05 | 207.27 | 0.54 | 0.88 |
| Hex | D0 | E2 | F1 | E | 6 | 0 | 5 | CF | 36 | 58 |
| Octal | 320 | 342 | 361 | 16 | 6 | 0 | 5 | 317 | 66 | 130 |
| Binary | 11010000 | 11100010 | 11110001 | 1110 | 110 | 0 | 101 | 11001111 | 110110 | 1011000 |
Color Harmonies of #D0E2F1
Complementary color
Monochromatic Colors of #D0E2F1
Black with #D0E2F1
Text Example
Text Example
White with #D0E2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E2F1; }
p { color: rgb(208,226,241); }
H1.HeaderClassName
{
color: #D0E2F1;
}
.AnyTagClassName
{
color: #D0E2F1;
}
</style>
background-color css
<style>
a { background-color: #D0E2F1; }
a { background-color: rgb(208,226,241); }
div.DivClassName
{
background-color: #D0E2F1;
}
.BgClassName
{
background-color: #D0E2F1;
}
</style>
border-color css
<style>
span { border-color: #D0E2F1; }
span { border-color: rgb(208,226,241); }
td.TdClassName
{
border-color: #D0E2F1;
}
.TagClassName
{
border-color: #D0E2F1;
}
</style>