Shades of Pattens Blue #D9E7F1
Tints of Pattens Blue #D9E7F1
RGB
CMYK
RGB Variations
Color information
#D9E7F1 (or 0xD9E7F1) is known color: Pattens Blue. HEX triplet: D9, E7 and F1. RGB value is (217,231,241). Sum of RGB (Red+Green+Blue) = 217+231+241=689 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.49% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9E7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E7F1 is #26180E. Grayscale: #E3E3E3. Windows color (decimal): -2496527 or 15853529. OLE color: 15853529.
HSL color Cylindrical-coordinate representation of color #D9E7F1: hue angle of 205º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9E7F1 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 231 | 241 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.05 |
| HSL | 205º | 0.46% | 0.9% | - |
| HSV(B) | 205º | 0.1% | 0.95% | - |
| XYZ | 73.07 | 78.25 | 94.47 | - |
| YUV | 227.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 231 | 241 | 0.10 | 0.04 | 0 | 0.05 | 205 | 0.46 | 0.9 |
| Hex | D9 | E7 | F1 | A | 4 | 0 | 5 | CD | 2E | 5A |
| Octal | 331 | 347 | 361 | 12 | 4 | 0 | 5 | 315 | 56 | 132 |
| Binary | 11011001 | 11100111 | 11110001 | 1010 | 100 | 0 | 101 | 11001101 | 101110 | 1011010 |
Color Harmonies of #D9E7F1
Complementary color
Monochromatic Colors of #D9E7F1
Black with #D9E7F1
Text Example
Text Example
White with #D9E7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E7F1; }
p { color: rgb(217,231,241); }
H1.HeaderClassName
{
color: #D9E7F1;
}
.AnyTagClassName
{
color: #D9E7F1;
}
</style>
background-color css
<style>
a { background-color: #D9E7F1; }
a { background-color: rgb(217,231,241); }
div.DivClassName
{
background-color: #D9E7F1;
}
.BgClassName
{
background-color: #D9E7F1;
}
</style>
border-color css
<style>
span { border-color: #D9E7F1; }
span { border-color: rgb(217,231,241); }
td.TdClassName
{
border-color: #D9E7F1;
}
.TagClassName
{
border-color: #D9E7F1;
}
</style>