Shades of Pattens Blue #D9EDF2
Tints of Pattens Blue #D9EDF2
RGB
CMYK
RGB Variations
Color information
#D9EDF2 (or 0xD9EDF2) is known color: Pattens Blue. HEX triplet: D9, ED and F2. RGB value is (217,237,242). Sum of RGB (Red+Green+Blue) = 217+237+242=696 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.18% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 242 (94.92% from 255 or 34.77% from 696); Max value from RGB is 242 - color contains mainly: blue. Hex color #D9EDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EDF2 is #26120D. Grayscale: #E7E7E7. Windows color (decimal): -2494990 or 15920601. OLE color: 15920601.
HSL color Cylindrical-coordinate representation of color #D9EDF2: hue angle of 192º degrees, saturation: 0.49, 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 #D9EDF2 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 237 | 242 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.05 |
| HSL | 192º | 0.49% | 0.9% | - |
| HSV(B) | 192º | 0.1% | 0.95% | - |
| XYZ | 74.93 | 81.73 | 95.83 | - |
| YUV | 231.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 237 | 242 | 0.10 | 0.02 | 0 | 0.05 | 192 | 0.49 | 0.9 |
| Hex | D9 | ED | F2 | A | 2 | 0 | 5 | C0 | 31 | 5A |
| Octal | 331 | 355 | 362 | 12 | 2 | 0 | 5 | 300 | 61 | 132 |
| Binary | 11011001 | 11101101 | 11110010 | 1010 | 10 | 0 | 101 | 11000000 | 110001 | 1011010 |
Color Harmonies of #D9EDF2
Complementary color
Monochromatic Colors of #D9EDF2
Black with #D9EDF2
Text Example
Text Example
White with #D9EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EDF2; }
p { color: rgb(217,237,242); }
H1.HeaderClassName
{
color: #D9EDF2;
}
.AnyTagClassName
{
color: #D9EDF2;
}
</style>
background-color css
<style>
a { background-color: #D9EDF2; }
a { background-color: rgb(217,237,242); }
div.DivClassName
{
background-color: #D9EDF2;
}
.BgClassName
{
background-color: #D9EDF2;
}
</style>
border-color css
<style>
span { border-color: #D9EDF2; }
span { border-color: rgb(217,237,242); }
td.TdClassName
{
border-color: #D9EDF2;
}
.TagClassName
{
border-color: #D9EDF2;
}
</style>