Shades of Pattens Blue #D8EFFD
Tints of Pattens Blue #D8EFFD
RGB
CMYK
RGB Variations
Color information
#D8EFFD (or 0xD8EFFD) is known color: Pattens Blue. HEX triplet: D8, EF and FD. RGB value is (216,239,253). Sum of RGB (Red+Green+Blue) = 216+239+253=708 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.51% from 708); Green value is 239 (93.75% from 255 or 33.76% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8EFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EFFD is #271002. Grayscale: #E9E9E9. Windows color (decimal): -2560003 or 16642008. OLE color: 16642008.
HSL color Cylindrical-coordinate representation of color #D8EFFD: hue angle of 202.7º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8EFFD is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 239 | 253 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.01 |
| HSL | 202.7º | 0.9% | 0.92% | - |
| HSV(B) | 202.7º | 0.15% | 0.99% | - |
| XYZ | 76.92 | 83.42 | 104.98 | - |
| YUV | 233.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 239 | 253 | 0.15 | 0.06 | 0 | 0.01 | 202.7 | 0.9 | 0.92 |
| Hex | D8 | EF | FD | F | 6 | 0 | 1 | CB | 5A | 5C |
| Octal | 330 | 357 | 375 | 17 | 6 | 0 | 1 | 313 | 132 | 134 |
| Binary | 11011000 | 11101111 | 11111101 | 1111 | 110 | 0 | 1 | 11001011 | 1011010 | 1011100 |
Color Harmonies of #D8EFFD
Complementary color
Monochromatic Colors of #D8EFFD
Black with #D8EFFD
Text Example
Text Example
White with #D8EFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EFFD; }
p { color: rgb(216,239,253); }
H1.HeaderClassName
{
color: #D8EFFD;
}
.AnyTagClassName
{
color: #D8EFFD;
}
</style>
background-color css
<style>
a { background-color: #D8EFFD; }
a { background-color: rgb(216,239,253); }
div.DivClassName
{
background-color: #D8EFFD;
}
.BgClassName
{
background-color: #D8EFFD;
}
</style>
border-color css
<style>
span { border-color: #D8EFFD; }
span { border-color: rgb(216,239,253); }
td.TdClassName
{
border-color: #D8EFFD;
}
.TagClassName
{
border-color: #D8EFFD;
}
</style>