Shades of Pattens Blue #D9E4F1
Tints of Pattens Blue #D9E4F1
RGB
CMYK
RGB Variations
Color information
#D9E4F1 (or 0xD9E4F1) is known color: Pattens Blue. HEX triplet: D9, E4 and F1. RGB value is (217,228,241). Sum of RGB (Red+Green+Blue) = 217+228+241=686 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.63% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9E4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E4F1 is #261B0E. Grayscale: #E2E2E2. Windows color (decimal): -2497295 or 15852761. OLE color: 15852761.
HSL color Cylindrical-coordinate representation of color #D9E4F1: hue angle of 212.5º 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 #D9E4F1 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 228 | 241 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.05 |
| HSL | 212.5º | 0.46% | 0.9% | - |
| HSV(B) | 212.5º | 0.1% | 0.95% | - |
| XYZ | 72.24 | 76.59 | 94.2 | - |
| YUV | 226.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 228 | 241 | 0.10 | 0.05 | 0 | 0.05 | 212.5 | 0.46 | 0.9 |
| Hex | D9 | E4 | F1 | A | 5 | 0 | 5 | D4 | 2E | 5A |
| Octal | 331 | 344 | 361 | 12 | 5 | 0 | 5 | 324 | 56 | 132 |
| Binary | 11011001 | 11100100 | 11110001 | 1010 | 101 | 0 | 101 | 11010100 | 101110 | 1011010 |
Color Harmonies of #D9E4F1
Complementary color
Monochromatic Colors of #D9E4F1
Black with #D9E4F1
Text Example
Text Example
White with #D9E4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E4F1; }
p { color: rgb(217,228,241); }
H1.HeaderClassName
{
color: #D9E4F1;
}
.AnyTagClassName
{
color: #D9E4F1;
}
</style>
background-color css
<style>
a { background-color: #D9E4F1; }
a { background-color: rgb(217,228,241); }
div.DivClassName
{
background-color: #D9E4F1;
}
.BgClassName
{
background-color: #D9E4F1;
}
</style>
border-color css
<style>
span { border-color: #D9E4F1; }
span { border-color: rgb(217,228,241); }
td.TdClassName
{
border-color: #D9E4F1;
}
.TagClassName
{
border-color: #D9E4F1;
}
</style>