Shades of Pattens Blue #D8EEF5
Tints of Pattens Blue #D8EEF5
RGB
CMYK
RGB Variations
Color information
#D8EEF5 (or 0xD8EEF5) is known color: Pattens Blue. HEX triplet: D8, EE and F5. RGB value is (216,238,245). Sum of RGB (Red+Green+Blue) = 216+238+245=699 (92% of max value = 765). Red value is 216 (84.77% from 255 or 30.90% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 245 (96.09% from 255 or 35.05% from 699); Max value from RGB is 245 - color contains mainly: blue. Hex color #D8EEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EEF5 is #27110A. Grayscale: #E8E8E8. Windows color (decimal): -2560267 or 16117464. OLE color: 16117464.
HSL color Cylindrical-coordinate representation of color #D8EEF5: hue angle of 194.48º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8EEF5 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 238 | 245 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.04 |
| HSL | 194.48º | 0.59% | 0.9% | - |
| HSV(B) | 194.48º | 0.12% | 0.96% | - |
| XYZ | 75.37 | 82.34 | 98.31 | - |
| YUV | 232.22 | 135.21 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 238 | 245 | 0.12 | 0.03 | 0 | 0.04 | 194.48 | 0.59 | 0.9 |
| Hex | D8 | EE | F5 | C | 3 | 0 | 4 | C2 | 3B | 5A |
| Octal | 330 | 356 | 365 | 14 | 3 | 0 | 4 | 302 | 73 | 132 |
| Binary | 11011000 | 11101110 | 11110101 | 1100 | 11 | 0 | 100 | 11000010 | 111011 | 1011010 |
Color Harmonies of #D8EEF5
Complementary color
Monochromatic Colors of #D8EEF5
Black with #D8EEF5
Text Example
Text Example
White with #D8EEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EEF5; }
p { color: rgb(216,238,245); }
H1.HeaderClassName
{
color: #D8EEF5;
}
.AnyTagClassName
{
color: #D8EEF5;
}
</style>
background-color css
<style>
a { background-color: #D8EEF5; }
a { background-color: rgb(216,238,245); }
div.DivClassName
{
background-color: #D8EEF5;
}
.BgClassName
{
background-color: #D8EEF5;
}
</style>
border-color css
<style>
span { border-color: #D8EEF5; }
span { border-color: rgb(216,238,245); }
td.TdClassName
{
border-color: #D8EEF5;
}
.TagClassName
{
border-color: #D8EEF5;
}
</style>