Shades of Pattens Blue #D0EDF6
Tints of Pattens Blue #D0EDF6
RGB
CMYK
RGB Variations
Color information
#D0EDF6 (or 0xD0EDF6) is known color: Pattens Blue. HEX triplet: D0, ED and F6. RGB value is (208,237,246). Sum of RGB (Red+Green+Blue) = 208+237+246=691 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.10% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 246 - color contains mainly: blue. Hex color #D0EDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EDF6 is #2F1209. Grayscale: #E5E5E5. Windows color (decimal): -3084810 or 16182736. OLE color: 16182736.
HSL color Cylindrical-coordinate representation of color #D0EDF6: hue angle of 194.21º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0EDF6 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 237 | 246 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.04 |
| HSL | 194.21º | 0.68% | 0.89% | - |
| HSV(B) | 194.21º | 0.15% | 0.96% | - |
| XYZ | 72.93 | 80.63 | 98.91 | - |
| YUV | 229.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 246 | 0.15 | 0.04 | 0 | 0.04 | 194.21 | 0.68 | 0.89 |
| Hex | D0 | ED | F6 | F | 4 | 0 | 4 | C2 | 44 | 59 |
| Octal | 320 | 355 | 366 | 17 | 4 | 0 | 4 | 302 | 104 | 131 |
| Binary | 11010000 | 11101101 | 11110110 | 1111 | 100 | 0 | 100 | 11000010 | 1000100 | 1011001 |
Color Harmonies of #D0EDF6
Complementary color
Monochromatic Colors of #D0EDF6
Black with #D0EDF6
Text Example
Text Example
White with #D0EDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDF6; }
p { color: rgb(208,237,246); }
H1.HeaderClassName
{
color: #D0EDF6;
}
.AnyTagClassName
{
color: #D0EDF6;
}
</style>
background-color css
<style>
a { background-color: #D0EDF6; }
a { background-color: rgb(208,237,246); }
div.DivClassName
{
background-color: #D0EDF6;
}
.BgClassName
{
background-color: #D0EDF6;
}
</style>
border-color css
<style>
span { border-color: #D0EDF6; }
span { border-color: rgb(208,237,246); }
td.TdClassName
{
border-color: #D0EDF6;
}
.TagClassName
{
border-color: #D0EDF6;
}
</style>