Shades of Pattens Blue #D8EAF0
Tints of Pattens Blue #D8EAF0
RGB
CMYK
RGB Variations
Color information
#D8EAF0 (or 0xD8EAF0) is known color: Pattens Blue. HEX triplet: D8, EA and F0. RGB value is (216,234,240). Sum of RGB (Red+Green+Blue) = 216+234+240=690 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.30% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 240 - color contains mainly: blue. Hex color #D8EAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EAF0 is #27150F. Grayscale: #E5E5E5. Windows color (decimal): -2561296 or 15788760. OLE color: 15788760.
HSL color Cylindrical-coordinate representation of color #D8EAF0: hue angle of 195º degrees, saturation: 0.44, 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 #D8EAF0 is Cyan = 0.1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 234 | 240 | - |
| CMYK | 0.1 | 0.02 | 0 | 0.06 |
| HSL | 195º | 0.44% | 0.89% | - |
| HSV(B) | 195º | 0.1% | 0.94% | - |
| XYZ | 73.47 | 79.74 | 93.96 | - |
| YUV | 229.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 234 | 240 | 0.1 | 0.02 | 0 | 0.06 | 195 | 0.44 | 0.89 |
| Hex | D8 | EA | F0 | A | 2 | 0 | 6 | C3 | 2C | 59 |
| Octal | 330 | 352 | 360 | 12 | 2 | 0 | 6 | 303 | 54 | 131 |
| Binary | 11011000 | 11101010 | 11110000 | 1010 | 10 | 0 | 110 | 11000011 | 101100 | 1011001 |
Color Harmonies of #D8EAF0
Complementary color
Monochromatic Colors of #D8EAF0
Black with #D8EAF0
Text Example
Text Example
White with #D8EAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EAF0; }
p { color: rgb(216,234,240); }
H1.HeaderClassName
{
color: #D8EAF0;
}
.AnyTagClassName
{
color: #D8EAF0;
}
</style>
background-color css
<style>
a { background-color: #D8EAF0; }
a { background-color: rgb(216,234,240); }
div.DivClassName
{
background-color: #D8EAF0;
}
.BgClassName
{
background-color: #D8EAF0;
}
</style>
border-color css
<style>
span { border-color: #D8EAF0; }
span { border-color: rgb(216,234,240); }
td.TdClassName
{
border-color: #D8EAF0;
}
.TagClassName
{
border-color: #D8EAF0;
}
</style>