Shades of Pattens Blue #D8EDF9
Tints of Pattens Blue #D8EDF9
RGB
CMYK
RGB Variations
Color information
#D8EDF9 (or 0xD8EDF9) is known color: Pattens Blue. HEX triplet: D8, ED and F9. RGB value is (216,237,249). Sum of RGB (Red+Green+Blue) = 216+237+249=702 (92% of max value = 765). Red value is 216 (84.77% from 255 or 30.77% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 249 (97.66% from 255 or 35.47% from 702); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8EDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EDF9 is #271206. Grayscale: #E8E8E8. Windows color (decimal): -2560519 or 16379352. OLE color: 16379352.
HSL color Cylindrical-coordinate representation of color #D8EDF9: hue angle of 201.82º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8EDF9 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 237 | 249 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.02 |
| HSL | 201.82º | 0.73% | 0.91% | - |
| HSV(B) | 201.82º | 0.13% | 0.98% | - |
| XYZ | 75.7 | 82.01 | 101.46 | - |
| YUV | 232.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 237 | 249 | 0.13 | 0.05 | 0 | 0.02 | 201.82 | 0.73 | 0.91 |
| Hex | D8 | ED | F9 | D | 5 | 0 | 2 | CA | 49 | 5B |
| Octal | 330 | 355 | 371 | 15 | 5 | 0 | 2 | 312 | 111 | 133 |
| Binary | 11011000 | 11101101 | 11111001 | 1101 | 101 | 0 | 10 | 11001010 | 1001001 | 1011011 |
Color Harmonies of #D8EDF9
Complementary color
Monochromatic Colors of #D8EDF9
Black with #D8EDF9
Text Example
Text Example
White with #D8EDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EDF9; }
p { color: rgb(216,237,249); }
H1.HeaderClassName
{
color: #D8EDF9;
}
.AnyTagClassName
{
color: #D8EDF9;
}
</style>
background-color css
<style>
a { background-color: #D8EDF9; }
a { background-color: rgb(216,237,249); }
div.DivClassName
{
background-color: #D8EDF9;
}
.BgClassName
{
background-color: #D8EDF9;
}
</style>
border-color css
<style>
span { border-color: #D8EDF9; }
span { border-color: rgb(216,237,249); }
td.TdClassName
{
border-color: #D8EDF9;
}
.TagClassName
{
border-color: #D8EDF9;
}
</style>