Shades of Pattens Blue #D9DFE4
Tints of Pattens Blue #D9DFE4
RGB
CMYK
RGB Variations
Color information
#D9DFE4 (or 0xD9DFE4) is known color: Pattens Blue. HEX triplet: D9, DF and E4. RGB value is (217,223,228). Sum of RGB (Red+Green+Blue) = 217+223+228=668 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.49% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 228 - color contains mainly: blue. Hex color #D9DFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFE4 is #26201B. Grayscale: #DDDDDD. Windows color (decimal): -2498588 or 14999513. OLE color: 14999513.
HSL color Cylindrical-coordinate representation of color #D9DFE4: hue angle of 207.27º degrees, saturation: 0.17, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9DFE4 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 223 | 228 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.11 |
| HSL | 207.27º | 0.17% | 0.87% | - |
| HSV(B) | 207.27º | 0.05% | 0.89% | - |
| XYZ | 69.01 | 73.13 | 83.88 | - |
| YUV | 221.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 228 | 0.05 | 0.02 | 0 | 0.11 | 207.27 | 0.17 | 0.87 |
| Hex | D9 | DF | E4 | 5 | 2 | 0 | B | CF | 11 | 57 |
| Octal | 331 | 337 | 344 | 5 | 2 | 0 | 13 | 317 | 21 | 127 |
| Binary | 11011001 | 11011111 | 11100100 | 101 | 10 | 0 | 1011 | 11001111 | 10001 | 1010111 |
Color Harmonies of #D9DFE4
Complementary color
Monochromatic Colors of #D9DFE4
Black with #D9DFE4
Text Example
Text Example
White with #D9DFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFE4; }
p { color: rgb(217,223,228); }
H1.HeaderClassName
{
color: #D9DFE4;
}
.AnyTagClassName
{
color: #D9DFE4;
}
</style>
background-color css
<style>
a { background-color: #D9DFE4; }
a { background-color: rgb(217,223,228); }
div.DivClassName
{
background-color: #D9DFE4;
}
.BgClassName
{
background-color: #D9DFE4;
}
</style>
border-color css
<style>
span { border-color: #D9DFE4; }
span { border-color: rgb(217,223,228); }
td.TdClassName
{
border-color: #D9DFE4;
}
.TagClassName
{
border-color: #D9DFE4;
}
</style>