Shades of Pattens Blue #D8EFF8
Tints of Pattens Blue #D8EFF8
RGB
CMYK
RGB Variations
Color information
#D8EFF8 (or 0xD8EFF8) is known color: Pattens Blue. HEX triplet: D8, EF and F8. RGB value is (216,239,248). Sum of RGB (Red+Green+Blue) = 216+239+248=703 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.73% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 248 (97.27% from 255 or 35.28% from 703); Max value from RGB is 248 - color contains mainly: blue. Hex color #D8EFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EFF8 is #271007. Grayscale: #E9E9E9. Windows color (decimal): -2560008 or 16314328. OLE color: 16314328.
HSL color Cylindrical-coordinate representation of color #D8EFF8: hue angle of 196.88º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8EFF8 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 239 | 248 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.03 |
| HSL | 196.88º | 0.7% | 0.91% | - |
| HSV(B) | 196.88º | 0.13% | 0.97% | - |
| XYZ | 76.13 | 83.11 | 100.84 | - |
| YUV | 233.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 239 | 248 | 0.13 | 0.04 | 0 | 0.03 | 196.88 | 0.7 | 0.91 |
| Hex | D8 | EF | F8 | D | 4 | 0 | 3 | C5 | 46 | 5B |
| Octal | 330 | 357 | 370 | 15 | 4 | 0 | 3 | 305 | 106 | 133 |
| Binary | 11011000 | 11101111 | 11111000 | 1101 | 100 | 0 | 11 | 11000101 | 1000110 | 1011011 |
Color Harmonies of #D8EFF8
Complementary color
Monochromatic Colors of #D8EFF8
Black with #D8EFF8
Text Example
Text Example
White with #D8EFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EFF8; }
p { color: rgb(216,239,248); }
H1.HeaderClassName
{
color: #D8EFF8;
}
.AnyTagClassName
{
color: #D8EFF8;
}
</style>
background-color css
<style>
a { background-color: #D8EFF8; }
a { background-color: rgb(216,239,248); }
div.DivClassName
{
background-color: #D8EFF8;
}
.BgClassName
{
background-color: #D8EFF8;
}
</style>
border-color css
<style>
span { border-color: #D8EFF8; }
span { border-color: rgb(216,239,248); }
td.TdClassName
{
border-color: #D8EFF8;
}
.TagClassName
{
border-color: #D8EFF8;
}
</style>