Shades of Pattens Blue #D8E7ED
Tints of Pattens Blue #D8E7ED
RGB
CMYK
RGB Variations
Color information
#D8E7ED (or 0xD8E7ED) is known color: Pattens Blue. HEX triplet: D8, E7 and ED. RGB value is (216,231,237). Sum of RGB (Red+Green+Blue) = 216+231+237=684 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.58% from 684); Green value is 231 (90.62% from 255 or 33.77% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8E7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8E7ED is #271812. Grayscale: #E3E3E3. Windows color (decimal): -2562067 or 15591384. OLE color: 15591384.
HSL color Cylindrical-coordinate representation of color #D8E7ED: hue angle of 197.14º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8E7ED is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 231 | 237 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.07 |
| HSL | 197.14º | 0.37% | 0.89% | - |
| HSV(B) | 197.14º | 0.09% | 0.93% | - |
| XYZ | 72.18 | 77.87 | 91.35 | - |
| YUV | 227.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 231 | 237 | 0.09 | 0.03 | 0 | 0.07 | 197.14 | 0.37 | 0.89 |
| Hex | D8 | E7 | ED | 9 | 3 | 0 | 7 | C5 | 25 | 59 |
| Octal | 330 | 347 | 355 | 11 | 3 | 0 | 7 | 305 | 45 | 131 |
| Binary | 11011000 | 11100111 | 11101101 | 1001 | 11 | 0 | 111 | 11000101 | 100101 | 1011001 |
Color Harmonies of #D8E7ED
Complementary color
Monochromatic Colors of #D8E7ED
Black with #D8E7ED
Text Example
Text Example
White with #D8E7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E7ED; }
p { color: rgb(216,231,237); }
H1.HeaderClassName
{
color: #D8E7ED;
}
.AnyTagClassName
{
color: #D8E7ED;
}
</style>
background-color css
<style>
a { background-color: #D8E7ED; }
a { background-color: rgb(216,231,237); }
div.DivClassName
{
background-color: #D8E7ED;
}
.BgClassName
{
background-color: #D8E7ED;
}
</style>
border-color css
<style>
span { border-color: #D8E7ED; }
span { border-color: rgb(216,231,237); }
td.TdClassName
{
border-color: #D8E7ED;
}
.TagClassName
{
border-color: #D8E7ED;
}
</style>