Shades of Pattens Blue #D0E8F1
Tints of Pattens Blue #D0E8F1
RGB
CMYK
RGB Variations
Color information
#D0E8F1 (or 0xD0E8F1) is known color: Pattens Blue. HEX triplet: D0, E8 and F1. RGB value is (208,232,241). Sum of RGB (Red+Green+Blue) = 208+232+241=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 232 (91.02% from 255 or 34.07% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0E8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E8F1 is #2F170E. Grayscale: #E1E1E1. Windows color (decimal): -3086095 or 15853776. OLE color: 15853776.
HSL color Cylindrical-coordinate representation of color #D0E8F1: hue angle of 196.36º 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 #D0E8F1 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 232 | 241 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.05 |
| HSL | 196.36º | 0.54% | 0.88% | - |
| HSV(B) | 196.36º | 0.14% | 0.95% | - |
| XYZ | 70.75 | 77.47 | 94.44 | - |
| YUV | 225.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 232 | 241 | 0.14 | 0.04 | 0 | 0.05 | 196.36 | 0.54 | 0.88 |
| Hex | D0 | E8 | F1 | E | 4 | 0 | 5 | C4 | 36 | 58 |
| Octal | 320 | 350 | 361 | 16 | 4 | 0 | 5 | 304 | 66 | 130 |
| Binary | 11010000 | 11101000 | 11110001 | 1110 | 100 | 0 | 101 | 11000100 | 110110 | 1011000 |
Color Harmonies of #D0E8F1
Complementary color
Monochromatic Colors of #D0E8F1
Black with #D0E8F1
Text Example
Text Example
White with #D0E8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E8F1; }
p { color: rgb(208,232,241); }
H1.HeaderClassName
{
color: #D0E8F1;
}
.AnyTagClassName
{
color: #D0E8F1;
}
</style>
background-color css
<style>
a { background-color: #D0E8F1; }
a { background-color: rgb(208,232,241); }
div.DivClassName
{
background-color: #D0E8F1;
}
.BgClassName
{
background-color: #D0E8F1;
}
</style>
border-color css
<style>
span { border-color: #D0E8F1; }
span { border-color: rgb(208,232,241); }
td.TdClassName
{
border-color: #D0E8F1;
}
.TagClassName
{
border-color: #D0E8F1;
}
</style>