Shades of Pattens Blue #D8E8EF
Tints of Pattens Blue #D8E8EF
RGB
CMYK
RGB Variations
Color information
#D8E8EF (or 0xD8E8EF) is known color: Pattens Blue. HEX triplet: D8, E8 and EF. RGB value is (216,232,239). Sum of RGB (Red+Green+Blue) = 216+232+239=687 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.44% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8E8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8E8EF is #271710. Grayscale: #E3E3E3. Windows color (decimal): -2561809 or 15722712. OLE color: 15722712.
HSL color Cylindrical-coordinate representation of color #D8E8EF: hue angle of 198.26º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8E8EF is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 232 | 239 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.06 |
| HSL | 198.26º | 0.42% | 0.89% | - |
| HSV(B) | 198.26º | 0.1% | 0.94% | - |
| XYZ | 72.76 | 78.54 | 92.99 | - |
| YUV | 228.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 232 | 239 | 0.10 | 0.03 | 0 | 0.06 | 198.26 | 0.42 | 0.89 |
| Hex | D8 | E8 | EF | A | 3 | 0 | 6 | C6 | 2A | 59 |
| Octal | 330 | 350 | 357 | 12 | 3 | 0 | 6 | 306 | 52 | 131 |
| Binary | 11011000 | 11101000 | 11101111 | 1010 | 11 | 0 | 110 | 11000110 | 101010 | 1011001 |
Color Harmonies of #D8E8EF
Complementary color
Monochromatic Colors of #D8E8EF
Black with #D8E8EF
Text Example
Text Example
White with #D8E8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E8EF; }
p { color: rgb(216,232,239); }
H1.HeaderClassName
{
color: #D8E8EF;
}
.AnyTagClassName
{
color: #D8E8EF;
}
</style>
background-color css
<style>
a { background-color: #D8E8EF; }
a { background-color: rgb(216,232,239); }
div.DivClassName
{
background-color: #D8E8EF;
}
.BgClassName
{
background-color: #D8E8EF;
}
</style>
border-color css
<style>
span { border-color: #D8E8EF; }
span { border-color: rgb(216,232,239); }
td.TdClassName
{
border-color: #D8E8EF;
}
.TagClassName
{
border-color: #D8E8EF;
}
</style>