Shades of Pattens Blue #D1DFE9
Tints of Pattens Blue #D1DFE9
RGB
CMYK
RGB Variations
Color information
#D1DFE9 (or 0xD1DFE9) is known color: Pattens Blue. HEX triplet: D1, DF and E9. RGB value is (209,223,233). Sum of RGB (Red+Green+Blue) = 209+223+233=665 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.43% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 233 - color contains mainly: blue. Hex color #D1DFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DFE9 is #2E2016. Grayscale: #DBDBDB. Windows color (decimal): -3022871 or 15327185. OLE color: 15327185.
HSL color Cylindrical-coordinate representation of color #D1DFE9: hue angle of 205º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1DFE9 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 223 | 233 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.09 |
| HSL | 205º | 0.35% | 0.87% | - |
| HSV(B) | 205º | 0.1% | 0.91% | - |
| XYZ | 67.39 | 72.21 | 87.48 | - |
| YUV | 219.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 223 | 233 | 0.10 | 0.04 | 0 | 0.09 | 205 | 0.35 | 0.87 |
| Hex | D1 | DF | E9 | A | 4 | 0 | 9 | CD | 23 | 57 |
| Octal | 321 | 337 | 351 | 12 | 4 | 0 | 11 | 315 | 43 | 127 |
| Binary | 11010001 | 11011111 | 11101001 | 1010 | 100 | 0 | 1001 | 11001101 | 100011 | 1010111 |
Color Harmonies of #D1DFE9
Complementary color
Monochromatic Colors of #D1DFE9
Black with #D1DFE9
Text Example
Text Example
White with #D1DFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DFE9; }
p { color: rgb(209,223,233); }
H1.HeaderClassName
{
color: #D1DFE9;
}
.AnyTagClassName
{
color: #D1DFE9;
}
</style>
background-color css
<style>
a { background-color: #D1DFE9; }
a { background-color: rgb(209,223,233); }
div.DivClassName
{
background-color: #D1DFE9;
}
.BgClassName
{
background-color: #D1DFE9;
}
</style>
border-color css
<style>
span { border-color: #D1DFE9; }
span { border-color: rgb(209,223,233); }
td.TdClassName
{
border-color: #D1DFE9;
}
.TagClassName
{
border-color: #D1DFE9;
}
</style>