Shades of Pattens Blue #D0E1F1
Tints of Pattens Blue #D0E1F1
RGB
CMYK
RGB Variations
Color information
#D0E1F1 (or 0xD0E1F1) is known color: Pattens Blue. HEX triplet: D0, E1 and F1. RGB value is (208,225,241). Sum of RGB (Red+Green+Blue) = 208+225+241=674 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.86% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0E1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E1F1 is #2F1E0E. Grayscale: #DDDDDD. Windows color (decimal): -3087887 or 15851984. OLE color: 15851984.
HSL color Cylindrical-coordinate representation of color #D0E1F1: hue angle of 209.09º 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 #D0E1F1 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 225 | 241 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.05 |
| HSL | 209.09º | 0.54% | 0.88% | - |
| HSV(B) | 209.09º | 0.14% | 0.95% | - |
| XYZ | 68.81 | 73.61 | 93.8 | - |
| YUV | 221.74 | 138.87 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 241 | 0.14 | 0.07 | 0 | 0.05 | 209.09 | 0.54 | 0.88 |
| Hex | D0 | E1 | F1 | E | 7 | 0 | 5 | D1 | 36 | 58 |
| Octal | 320 | 341 | 361 | 16 | 7 | 0 | 5 | 321 | 66 | 130 |
| Binary | 11010000 | 11100001 | 11110001 | 1110 | 111 | 0 | 101 | 11010001 | 110110 | 1011000 |
Color Harmonies of #D0E1F1
Complementary color
Monochromatic Colors of #D0E1F1
Black with #D0E1F1
Text Example
Text Example
White with #D0E1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E1F1; }
p { color: rgb(208,225,241); }
H1.HeaderClassName
{
color: #D0E1F1;
}
.AnyTagClassName
{
color: #D0E1F1;
}
</style>
background-color css
<style>
a { background-color: #D0E1F1; }
a { background-color: rgb(208,225,241); }
div.DivClassName
{
background-color: #D0E1F1;
}
.BgClassName
{
background-color: #D0E1F1;
}
</style>
border-color css
<style>
span { border-color: #D0E1F1; }
span { border-color: rgb(208,225,241); }
td.TdClassName
{
border-color: #D0E1F1;
}
.TagClassName
{
border-color: #D0E1F1;
}
</style>