Shades of Pattens Blue #D8DFE1
Tints of Pattens Blue #D8DFE1
RGB
CMYK
RGB Variations
Color information
#D8DFE1 (or 0xD8DFE1) is known color: Pattens Blue. HEX triplet: D8, DF and E1. RGB value is (216,223,225). Sum of RGB (Red+Green+Blue) = 216+223+225=664 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.53% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 225 - color contains mainly: blue. Hex color #D8DFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DFE1 is #27201E. Grayscale: #DDDDDD. Windows color (decimal): -2564127 or 14802904. OLE color: 14802904.
HSL color Cylindrical-coordinate representation of color #D8DFE1: hue angle of 193.33º degrees, saturation: 0.13, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D8DFE1 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 223 | 225 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.12 |
| HSL | 193.33º | 0.13% | 0.86% | - |
| HSV(B) | 193.33º | 0.04% | 0.88% | - |
| XYZ | 68.3 | 72.81 | 81.69 | - |
| YUV | 221.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 223 | 225 | 0.04 | 0.01 | 0 | 0.12 | 193.33 | 0.13 | 0.86 |
| Hex | D8 | DF | E1 | 4 | 1 | 0 | C | C1 | D | 56 |
| Octal | 330 | 337 | 341 | 4 | 1 | 0 | 14 | 301 | 15 | 126 |
| Binary | 11011000 | 11011111 | 11100001 | 100 | 1 | 0 | 1100 | 11000001 | 1101 | 1010110 |
Color Harmonies of #D8DFE1
Complementary color
Monochromatic Colors of #D8DFE1
Black with #D8DFE1
Text Example
Text Example
White with #D8DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DFE1; }
p { color: rgb(216,223,225); }
H1.HeaderClassName
{
color: #D8DFE1;
}
.AnyTagClassName
{
color: #D8DFE1;
}
</style>
background-color css
<style>
a { background-color: #D8DFE1; }
a { background-color: rgb(216,223,225); }
div.DivClassName
{
background-color: #D8DFE1;
}
.BgClassName
{
background-color: #D8DFE1;
}
</style>
border-color css
<style>
span { border-color: #D8DFE1; }
span { border-color: rgb(216,223,225); }
td.TdClassName
{
border-color: #D8DFE1;
}
.TagClassName
{
border-color: #D8DFE1;
}
</style>