Shades of Pattens Blue #D3E0EC
Tints of Pattens Blue #D3E0EC
RGB
CMYK
RGB Variations
Color information
#D3E0EC (or 0xD3E0EC) is known color: Pattens Blue. HEX triplet: D3, E0 and EC. RGB value is (211,224,236). Sum of RGB (Red+Green+Blue) = 211+224+236=671 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.45% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3E0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3E0EC is #2C1F13. Grayscale: #DDDDDD. Windows color (decimal): -2891540 or 15524051. OLE color: 15524051.
HSL color Cylindrical-coordinate representation of color #D3E0EC: hue angle of 208.8º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3E0EC is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 224 | 236 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.07 |
| HSL | 208.8º | 0.4% | 0.88% | - |
| HSV(B) | 208.8º | 0.11% | 0.93% | - |
| XYZ | 68.66 | 73.22 | 89.87 | - |
| YUV | 221.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 224 | 236 | 0.11 | 0.05 | 0 | 0.07 | 208.8 | 0.4 | 0.88 |
| Hex | D3 | E0 | EC | B | 5 | 0 | 7 | D1 | 28 | 58 |
| Octal | 323 | 340 | 354 | 13 | 5 | 0 | 7 | 321 | 50 | 130 |
| Binary | 11010011 | 11100000 | 11101100 | 1011 | 101 | 0 | 111 | 11010001 | 101000 | 1011000 |
Color Harmonies of #D3E0EC
Complementary color
Monochromatic Colors of #D3E0EC
Black with #D3E0EC
Text Example
Text Example
White with #D3E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E0EC; }
p { color: rgb(211,224,236); }
H1.HeaderClassName
{
color: #D3E0EC;
}
.AnyTagClassName
{
color: #D3E0EC;
}
</style>
background-color css
<style>
a { background-color: #D3E0EC; }
a { background-color: rgb(211,224,236); }
div.DivClassName
{
background-color: #D3E0EC;
}
.BgClassName
{
background-color: #D3E0EC;
}
</style>
border-color css
<style>
span { border-color: #D3E0EC; }
span { border-color: rgb(211,224,236); }
td.TdClassName
{
border-color: #D3E0EC;
}
.TagClassName
{
border-color: #D3E0EC;
}
</style>