Shades of Pattens Blue #D0EEF5
Tints of Pattens Blue #D0EEF5
RGB
CMYK
RGB Variations
Color information
#D0EEF5 (or 0xD0EEF5) is known color: Pattens Blue. HEX triplet: D0, EE and F5. RGB value is (208,238,245). Sum of RGB (Red+Green+Blue) = 208+238+245=691 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.10% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 245 (96.09% from 255 or 35.46% from 691); Max value from RGB is 245 - color contains mainly: blue. Hex color #D0EEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EEF5 is #2F110A. Grayscale: #E5E5E5. Windows color (decimal): -3084555 or 16117456. OLE color: 16117456.
HSL color Cylindrical-coordinate representation of color #D0EEF5: hue angle of 191.35º degrees, saturation: 0.65, 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 #D0EEF5 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 238 | 245 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.04 |
| HSL | 191.35º | 0.65% | 0.89% | - |
| HSV(B) | 191.35º | 0.15% | 0.96% | - |
| XYZ | 73.07 | 81.15 | 98.2 | - |
| YUV | 229.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 245 | 0.15 | 0.03 | 0 | 0.04 | 191.35 | 0.65 | 0.89 |
| Hex | D0 | EE | F5 | F | 3 | 0 | 4 | BF | 41 | 59 |
| Octal | 320 | 356 | 365 | 17 | 3 | 0 | 4 | 277 | 101 | 131 |
| Binary | 11010000 | 11101110 | 11110101 | 1111 | 11 | 0 | 100 | 10111111 | 1000001 | 1011001 |
Color Harmonies of #D0EEF5
Complementary color
Monochromatic Colors of #D0EEF5
Black with #D0EEF5
Text Example
Text Example
White with #D0EEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EEF5; }
p { color: rgb(208,238,245); }
H1.HeaderClassName
{
color: #D0EEF5;
}
.AnyTagClassName
{
color: #D0EEF5;
}
</style>
background-color css
<style>
a { background-color: #D0EEF5; }
a { background-color: rgb(208,238,245); }
div.DivClassName
{
background-color: #D0EEF5;
}
.BgClassName
{
background-color: #D0EEF5;
}
</style>
border-color css
<style>
span { border-color: #D0EEF5; }
span { border-color: rgb(208,238,245); }
td.TdClassName
{
border-color: #D0EEF5;
}
.TagClassName
{
border-color: #D0EEF5;
}
</style>