Shades of Pattens Blue #D8E2EB
Tints of Pattens Blue #D8E2EB
RGB
CMYK
RGB Variations
Color information
#D8E2EB (or 0xD8E2EB) is known color: Pattens Blue. HEX triplet: D8, E2 and EB. RGB value is (216,226,235). Sum of RGB (Red+Green+Blue) = 216+226+235=677 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.91% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8E2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8E2EB is #271D14. Grayscale: #DFDFDF. Windows color (decimal): -2563349 or 15459032. OLE color: 15459032.
HSL color Cylindrical-coordinate representation of color #D8E2EB: hue angle of 208.42º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8E2EB is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 226 | 235 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.08 |
| HSL | 208.42º | 0.32% | 0.88% | - |
| HSV(B) | 208.42º | 0.08% | 0.92% | - |
| XYZ | 70.51 | 74.99 | 89.36 | - |
| YUV | 224.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 226 | 235 | 0.08 | 0.04 | 0 | 0.08 | 208.42 | 0.32 | 0.88 |
| Hex | D8 | E2 | EB | 8 | 4 | 0 | 8 | D0 | 20 | 58 |
| Octal | 330 | 342 | 353 | 10 | 4 | 0 | 10 | 320 | 40 | 130 |
| Binary | 11011000 | 11100010 | 11101011 | 1000 | 100 | 0 | 1000 | 11010000 | 100000 | 1011000 |
Color Harmonies of #D8E2EB
Complementary color
Monochromatic Colors of #D8E2EB
Black with #D8E2EB
Text Example
Text Example
White with #D8E2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E2EB; }
p { color: rgb(216,226,235); }
H1.HeaderClassName
{
color: #D8E2EB;
}
.AnyTagClassName
{
color: #D8E2EB;
}
</style>
background-color css
<style>
a { background-color: #D8E2EB; }
a { background-color: rgb(216,226,235); }
div.DivClassName
{
background-color: #D8E2EB;
}
.BgClassName
{
background-color: #D8E2EB;
}
</style>
border-color css
<style>
span { border-color: #D8E2EB; }
span { border-color: rgb(216,226,235); }
td.TdClassName
{
border-color: #D8E2EB;
}
.TagClassName
{
border-color: #D8E2EB;
}
</style>