Shades of Pattens Blue #D0E1ED
Tints of Pattens Blue #D0E1ED
RGB
CMYK
RGB Variations
Color information
#D0E1ED (or 0xD0E1ED) is known color: Pattens Blue. HEX triplet: D0, E1 and ED. RGB value is (208,225,237). Sum of RGB (Red+Green+Blue) = 208+225+237=670 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.04% from 670); Green value is 225 (88.28% from 255 or 33.58% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0E1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E1ED is #2F1E12. Grayscale: #DDDDDD. Windows color (decimal): -3087891 or 15589840. OLE color: 15589840.
HSL color Cylindrical-coordinate representation of color #D0E1ED: hue angle of 204.83º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0E1ED is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 225 | 237 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.07 |
| HSL | 204.83º | 0.45% | 0.87% | - |
| HSV(B) | 204.83º | 0.12% | 0.93% | - |
| XYZ | 68.22 | 73.37 | 90.69 | - |
| YUV | 221.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 237 | 0.12 | 0.05 | 0 | 0.07 | 204.83 | 0.45 | 0.87 |
| Hex | D0 | E1 | ED | C | 5 | 0 | 7 | CD | 2D | 57 |
| Octal | 320 | 341 | 355 | 14 | 5 | 0 | 7 | 315 | 55 | 127 |
| Binary | 11010000 | 11100001 | 11101101 | 1100 | 101 | 0 | 111 | 11001101 | 101101 | 1010111 |
Color Harmonies of #D0E1ED
Complementary color
Monochromatic Colors of #D0E1ED
Black with #D0E1ED
Text Example
Text Example
White with #D0E1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E1ED; }
p { color: rgb(208,225,237); }
H1.HeaderClassName
{
color: #D0E1ED;
}
.AnyTagClassName
{
color: #D0E1ED;
}
</style>
background-color css
<style>
a { background-color: #D0E1ED; }
a { background-color: rgb(208,225,237); }
div.DivClassName
{
background-color: #D0E1ED;
}
.BgClassName
{
background-color: #D0E1ED;
}
</style>
border-color css
<style>
span { border-color: #D0E1ED; }
span { border-color: rgb(208,225,237); }
td.TdClassName
{
border-color: #D0E1ED;
}
.TagClassName
{
border-color: #D0E1ED;
}
</style>