Shades of Pattens Blue #D3E5EC
Tints of Pattens Blue #D3E5EC
RGB
CMYK
RGB Variations
Color information
#D3E5EC (or 0xD3E5EC) is known color: Pattens Blue. HEX triplet: D3, E5 and EC. RGB value is (211,229,236). Sum of RGB (Red+Green+Blue) = 211+229+236=676 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.21% from 676); Green value is 229 (89.84% from 255 or 33.88% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3E5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3E5EC is #2C1A13. Grayscale: #E0E0E0. Windows color (decimal): -2890260 or 15525331. OLE color: 15525331.
HSL color Cylindrical-coordinate representation of color #D3E5EC: hue angle of 196.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 #D3E5EC is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 229 | 236 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.07 |
| HSL | 196.8º | 0.4% | 0.88% | - |
| HSV(B) | 196.8º | 0.11% | 0.93% | - |
| XYZ | 70.02 | 75.94 | 90.32 | - |
| YUV | 224.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 229 | 236 | 0.11 | 0.03 | 0 | 0.07 | 196.8 | 0.4 | 0.88 |
| Hex | D3 | E5 | EC | B | 3 | 0 | 7 | C5 | 28 | 58 |
| Octal | 323 | 345 | 354 | 13 | 3 | 0 | 7 | 305 | 50 | 130 |
| Binary | 11010011 | 11100101 | 11101100 | 1011 | 11 | 0 | 111 | 11000101 | 101000 | 1011000 |
Color Harmonies of #D3E5EC
Complementary color
Monochromatic Colors of #D3E5EC
Black with #D3E5EC
Text Example
Text Example
White with #D3E5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E5EC; }
p { color: rgb(211,229,236); }
H1.HeaderClassName
{
color: #D3E5EC;
}
.AnyTagClassName
{
color: #D3E5EC;
}
</style>
background-color css
<style>
a { background-color: #D3E5EC; }
a { background-color: rgb(211,229,236); }
div.DivClassName
{
background-color: #D3E5EC;
}
.BgClassName
{
background-color: #D3E5EC;
}
</style>
border-color css
<style>
span { border-color: #D3E5EC; }
span { border-color: rgb(211,229,236); }
td.TdClassName
{
border-color: #D3E5EC;
}
.TagClassName
{
border-color: #D3E5EC;
}
</style>