Shades of Pattens Blue #D0EEFA
Tints of Pattens Blue #D0EEFA
RGB
CMYK
RGB Variations
Color information
#D0EEFA (or 0xD0EEFA) is known color: Pattens Blue. HEX triplet: D0, EE and FA. RGB value is (208,238,250). Sum of RGB (Red+Green+Blue) = 208+238+250=696 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.89% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EEFA is #2F1105. Grayscale: #E6E6E6. Windows color (decimal): -3084550 or 16445136. OLE color: 16445136.
HSL color Cylindrical-coordinate representation of color #D0EEFA: hue angle of 197.14º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0EEFA is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 238 | 250 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.02 |
| HSL | 197.14º | 0.81% | 0.9% | - |
| HSV(B) | 197.14º | 0.17% | 0.98% | - |
| XYZ | 73.84 | 81.46 | 102.27 | - |
| YUV | 230.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 250 | 0.17 | 0.05 | 0 | 0.02 | 197.14 | 0.81 | 0.9 |
| Hex | D0 | EE | FA | 11 | 5 | 0 | 2 | C5 | 51 | 5A |
| Octal | 320 | 356 | 372 | 21 | 5 | 0 | 2 | 305 | 121 | 132 |
| Binary | 11010000 | 11101110 | 11111010 | 10001 | 101 | 0 | 10 | 11000101 | 1010001 | 1011010 |
Color Harmonies of #D0EEFA
Complementary color
Monochromatic Colors of #D0EEFA
Black with #D0EEFA
Text Example
Text Example
White with #D0EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EEFA; }
p { color: rgb(208,238,250); }
H1.HeaderClassName
{
color: #D0EEFA;
}
.AnyTagClassName
{
color: #D0EEFA;
}
</style>
background-color css
<style>
a { background-color: #D0EEFA; }
a { background-color: rgb(208,238,250); }
div.DivClassName
{
background-color: #D0EEFA;
}
.BgClassName
{
background-color: #D0EEFA;
}
</style>
border-color css
<style>
span { border-color: #D0EEFA; }
span { border-color: rgb(208,238,250); }
td.TdClassName
{
border-color: #D0EEFA;
}
.TagClassName
{
border-color: #D0EEFA;
}
</style>