Shades of Pattens Blue #D9EDF4
Tints of Pattens Blue #D9EDF4
RGB
CMYK
RGB Variations
Color information
#D9EDF4 (or 0xD9EDF4) is known color: Pattens Blue. HEX triplet: D9, ED and F4. RGB value is (217,237,244). Sum of RGB (Red+Green+Blue) = 217+237+244=698 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.09% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 244 (95.70% from 255 or 34.96% from 698); Max value from RGB is 244 - color contains mainly: blue. Hex color #D9EDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EDF4 is #26120B. Grayscale: #E7E7E7. Windows color (decimal): -2494988 or 16051673. OLE color: 16051673.
HSL color Cylindrical-coordinate representation of color #D9EDF4: hue angle of 195.56º 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 #D9EDF4 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 237 | 244 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.04 |
| HSL | 195.56º | 0.55% | 0.9% | - |
| HSV(B) | 195.56º | 0.11% | 0.96% | - |
| XYZ | 75.23 | 81.85 | 97.42 | - |
| YUV | 231.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 237 | 244 | 0.11 | 0.03 | 0 | 0.04 | 195.56 | 0.55 | 0.9 |
| Hex | D9 | ED | F4 | B | 3 | 0 | 4 | C4 | 37 | 5A |
| Octal | 331 | 355 | 364 | 13 | 3 | 0 | 4 | 304 | 67 | 132 |
| Binary | 11011001 | 11101101 | 11110100 | 1011 | 11 | 0 | 100 | 11000100 | 110111 | 1011010 |
Color Harmonies of #D9EDF4
Complementary color
Monochromatic Colors of #D9EDF4
Black with #D9EDF4
Text Example
Text Example
White with #D9EDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EDF4; }
p { color: rgb(217,237,244); }
H1.HeaderClassName
{
color: #D9EDF4;
}
.AnyTagClassName
{
color: #D9EDF4;
}
</style>
background-color css
<style>
a { background-color: #D9EDF4; }
a { background-color: rgb(217,237,244); }
div.DivClassName
{
background-color: #D9EDF4;
}
.BgClassName
{
background-color: #D9EDF4;
}
</style>
border-color css
<style>
span { border-color: #D9EDF4; }
span { border-color: rgb(217,237,244); }
td.TdClassName
{
border-color: #D9EDF4;
}
.TagClassName
{
border-color: #D9EDF4;
}
</style>