Shades of Pattens Blue #D0EDF8
Tints of Pattens Blue #D0EDF8
RGB
CMYK
RGB Variations
Color information
#D0EDF8 (or 0xD0EDF8) is known color: Pattens Blue. HEX triplet: D0, ED and F8. RGB value is (208,237,248). Sum of RGB (Red+Green+Blue) = 208+237+248=693 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.01% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 248 (97.27% from 255 or 35.79% from 693); Max value from RGB is 248 - color contains mainly: blue. Hex color #D0EDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EDF8 is #2F1207. Grayscale: #E5E5E5. Windows color (decimal): -3084808 or 16313808. OLE color: 16313808.
HSL color Cylindrical-coordinate representation of color #D0EDF8: hue angle of 196.5º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0EDF8 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 237 | 248 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.03 |
| HSL | 196.5º | 0.74% | 0.89% | - |
| HSV(B) | 196.5º | 0.16% | 0.97% | - |
| XYZ | 73.24 | 80.76 | 100.53 | - |
| YUV | 229.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 248 | 0.16 | 0.04 | 0 | 0.03 | 196.5 | 0.74 | 0.89 |
| Hex | D0 | ED | F8 | 10 | 4 | 0 | 3 | C4 | 4A | 59 |
| Octal | 320 | 355 | 370 | 20 | 4 | 0 | 3 | 304 | 112 | 131 |
| Binary | 11010000 | 11101101 | 11111000 | 10000 | 100 | 0 | 11 | 11000100 | 1001010 | 1011001 |
Color Harmonies of #D0EDF8
Complementary color
Monochromatic Colors of #D0EDF8
Black with #D0EDF8
Text Example
Text Example
White with #D0EDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDF8; }
p { color: rgb(208,237,248); }
H1.HeaderClassName
{
color: #D0EDF8;
}
.AnyTagClassName
{
color: #D0EDF8;
}
</style>
background-color css
<style>
a { background-color: #D0EDF8; }
a { background-color: rgb(208,237,248); }
div.DivClassName
{
background-color: #D0EDF8;
}
.BgClassName
{
background-color: #D0EDF8;
}
</style>
border-color css
<style>
span { border-color: #D0EDF8; }
span { border-color: rgb(208,237,248); }
td.TdClassName
{
border-color: #D0EDF8;
}
.TagClassName
{
border-color: #D0EDF8;
}
</style>