Shades of Pattens Blue #D8EAF1
Tints of Pattens Blue #D8EAF1
RGB
CMYK
RGB Variations
Color information
#D8EAF1 (or 0xD8EAF1) is known color: Pattens Blue. HEX triplet: D8, EA and F1. RGB value is (216,234,241). Sum of RGB (Red+Green+Blue) = 216+234+241=691 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.26% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8EAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EAF1 is #27150E. Grayscale: #E5E5E5. Windows color (decimal): -2561295 or 15854296. OLE color: 15854296.
HSL color Cylindrical-coordinate representation of color #D8EAF1: hue angle of 196.8º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8EAF1 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 234 | 241 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.05 |
| HSL | 196.8º | 0.47% | 0.9% | - |
| HSV(B) | 196.8º | 0.1% | 0.95% | - |
| XYZ | 73.62 | 79.8 | 94.74 | - |
| YUV | 229.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 234 | 241 | 0.10 | 0.03 | 0 | 0.05 | 196.8 | 0.47 | 0.9 |
| Hex | D8 | EA | F1 | A | 3 | 0 | 5 | C5 | 2F | 5A |
| Octal | 330 | 352 | 361 | 12 | 3 | 0 | 5 | 305 | 57 | 132 |
| Binary | 11011000 | 11101010 | 11110001 | 1010 | 11 | 0 | 101 | 11000101 | 101111 | 1011010 |
Color Harmonies of #D8EAF1
Complementary color
Monochromatic Colors of #D8EAF1
Black with #D8EAF1
Text Example
Text Example
White with #D8EAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EAF1; }
p { color: rgb(216,234,241); }
H1.HeaderClassName
{
color: #D8EAF1;
}
.AnyTagClassName
{
color: #D8EAF1;
}
</style>
background-color css
<style>
a { background-color: #D8EAF1; }
a { background-color: rgb(216,234,241); }
div.DivClassName
{
background-color: #D8EAF1;
}
.BgClassName
{
background-color: #D8EAF1;
}
</style>
border-color css
<style>
span { border-color: #D8EAF1; }
span { border-color: rgb(216,234,241); }
td.TdClassName
{
border-color: #D8EAF1;
}
.TagClassName
{
border-color: #D8EAF1;
}
</style>