Shades of Pattens Blue #D9E9F1
Tints of Pattens Blue #D9E9F1
RGB
CMYK
RGB Variations
Color information
#D9E9F1 (or 0xD9E9F1) is known color: Pattens Blue. HEX triplet: D9, E9 and F1. RGB value is (217,233,241). Sum of RGB (Red+Green+Blue) = 217+233+241=691 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.40% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9E9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E9F1 is #26160E. Grayscale: #E5E5E5. Windows color (decimal): -2496015 or 15854041. OLE color: 15854041.
HSL color Cylindrical-coordinate representation of color #D9E9F1: hue angle of 200º 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 #D9E9F1 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 233 | 241 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.05 |
| HSL | 200º | 0.46% | 0.9% | - |
| HSV(B) | 200º | 0.1% | 0.95% | - |
| XYZ | 73.63 | 79.38 | 94.66 | - |
| YUV | 229.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 233 | 241 | 0.10 | 0.03 | 0 | 0.05 | 200 | 0.46 | 0.9 |
| Hex | D9 | E9 | F1 | A | 3 | 0 | 5 | C8 | 2E | 5A |
| Octal | 331 | 351 | 361 | 12 | 3 | 0 | 5 | 310 | 56 | 132 |
| Binary | 11011001 | 11101001 | 11110001 | 1010 | 11 | 0 | 101 | 11001000 | 101110 | 1011010 |
Color Harmonies of #D9E9F1
Complementary color
Monochromatic Colors of #D9E9F1
Black with #D9E9F1
Text Example
Text Example
White with #D9E9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E9F1; }
p { color: rgb(217,233,241); }
H1.HeaderClassName
{
color: #D9E9F1;
}
.AnyTagClassName
{
color: #D9E9F1;
}
</style>
background-color css
<style>
a { background-color: #D9E9F1; }
a { background-color: rgb(217,233,241); }
div.DivClassName
{
background-color: #D9E9F1;
}
.BgClassName
{
background-color: #D9E9F1;
}
</style>
border-color css
<style>
span { border-color: #D9E9F1; }
span { border-color: rgb(217,233,241); }
td.TdClassName
{
border-color: #D9E9F1;
}
.TagClassName
{
border-color: #D9E9F1;
}
</style>