Shades of Pattens Blue #D5E0EC
Tints of Pattens Blue #D5E0EC
RGB
CMYK
RGB Variations
Color information
#D5E0EC (or 0xD5E0EC) is known color: Pattens Blue. HEX triplet: D5, E0 and EC. RGB value is (213,224,236). Sum of RGB (Red+Green+Blue) = 213+224+236=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5E0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5E0EC is #2A1F13. Grayscale: #DEDEDE. Windows color (decimal): -2760468 or 15524053. OLE color: 15524053.
HSL color Cylindrical-coordinate representation of color #D5E0EC: hue angle of 211.3º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5E0EC is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 224 | 236 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.07 |
| HSL | 211.3º | 0.38% | 0.88% | - |
| HSV(B) | 211.3º | 0.1% | 0.93% | - |
| XYZ | 69.24 | 73.51 | 89.9 | - |
| YUV | 222.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 236 | 0.10 | 0.05 | 0 | 0.07 | 211.3 | 0.38 | 0.88 |
| Hex | D5 | E0 | EC | A | 5 | 0 | 7 | D3 | 26 | 58 |
| Octal | 325 | 340 | 354 | 12 | 5 | 0 | 7 | 323 | 46 | 130 |
| Binary | 11010101 | 11100000 | 11101100 | 1010 | 101 | 0 | 111 | 11010011 | 100110 | 1011000 |
Color Harmonies of #D5E0EC
Complementary color
Monochromatic Colors of #D5E0EC
Black with #D5E0EC
Text Example
Text Example
White with #D5E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E0EC; }
p { color: rgb(213,224,236); }
H1.HeaderClassName
{
color: #D5E0EC;
}
.AnyTagClassName
{
color: #D5E0EC;
}
</style>
background-color css
<style>
a { background-color: #D5E0EC; }
a { background-color: rgb(213,224,236); }
div.DivClassName
{
background-color: #D5E0EC;
}
.BgClassName
{
background-color: #D5E0EC;
}
</style>
border-color css
<style>
span { border-color: #D5E0EC; }
span { border-color: rgb(213,224,236); }
td.TdClassName
{
border-color: #D5E0EC;
}
.TagClassName
{
border-color: #D5E0EC;
}
</style>