Shades of Pattens Blue #D9E8F4
Tints of Pattens Blue #D9E8F4
RGB
CMYK
RGB Variations
Color information
#D9E8F4 (or 0xD9E8F4) is known color: Pattens Blue. HEX triplet: D9, E8 and F4. RGB value is (217,232,244). Sum of RGB (Red+Green+Blue) = 217+232+244=693 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.31% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 244 (95.70% from 255 or 35.21% from 693); Max value from RGB is 244 - color contains mainly: blue. Hex color #D9E8F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E8F4 is #26170B. Grayscale: #E4E4E4. Windows color (decimal): -2496268 or 16050393. OLE color: 16050393.
HSL color Cylindrical-coordinate representation of color #D9E8F4: hue angle of 206.67º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9E8F4 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 232 | 244 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.04 |
| HSL | 206.67º | 0.55% | 0.9% | - |
| HSV(B) | 206.67º | 0.11% | 0.96% | - |
| XYZ | 73.8 | 79 | 96.95 | - |
| YUV | 228.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 232 | 244 | 0.11 | 0.05 | 0 | 0.04 | 206.67 | 0.55 | 0.9 |
| Hex | D9 | E8 | F4 | B | 5 | 0 | 4 | CF | 37 | 5A |
| Octal | 331 | 350 | 364 | 13 | 5 | 0 | 4 | 317 | 67 | 132 |
| Binary | 11011001 | 11101000 | 11110100 | 1011 | 101 | 0 | 100 | 11001111 | 110111 | 1011010 |
Color Harmonies of #D9E8F4
Complementary color
Monochromatic Colors of #D9E8F4
Black with #D9E8F4
Text Example
Text Example
White with #D9E8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E8F4; }
p { color: rgb(217,232,244); }
H1.HeaderClassName
{
color: #D9E8F4;
}
.AnyTagClassName
{
color: #D9E8F4;
}
</style>
background-color css
<style>
a { background-color: #D9E8F4; }
a { background-color: rgb(217,232,244); }
div.DivClassName
{
background-color: #D9E8F4;
}
.BgClassName
{
background-color: #D9E8F4;
}
</style>
border-color css
<style>
span { border-color: #D9E8F4; }
span { border-color: rgb(217,232,244); }
td.TdClassName
{
border-color: #D9E8F4;
}
.TagClassName
{
border-color: #D9E8F4;
}
</style>