Shades of Pattens Blue #D6E3EF
Tints of Pattens Blue #D6E3EF
RGB
CMYK
RGB Variations
Color information
#D6E3EF (or 0xD6E3EF) is known color: Pattens Blue. HEX triplet: D6, E3 and EF. RGB value is (214,227,239). Sum of RGB (Red+Green+Blue) = 214+227+239=680 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.47% from 680); Green value is 227 (89.06% from 255 or 33.38% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6E3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E3EF is #291C10. Grayscale: #E0E0E0. Windows color (decimal): -2694161 or 15721430. OLE color: 15721430.
HSL color Cylindrical-coordinate representation of color #D6E3EF: hue angle of 208.8º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6E3EF is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 227 | 239 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.06 |
| HSL | 208.8º | 0.44% | 0.89% | - |
| HSV(B) | 208.8º | 0.1% | 0.94% | - |
| XYZ | 70.78 | 75.47 | 92.5 | - |
| YUV | 224.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 227 | 239 | 0.10 | 0.05 | 0 | 0.06 | 208.8 | 0.44 | 0.89 |
| Hex | D6 | E3 | EF | A | 5 | 0 | 6 | D1 | 2C | 59 |
| Octal | 326 | 343 | 357 | 12 | 5 | 0 | 6 | 321 | 54 | 131 |
| Binary | 11010110 | 11100011 | 11101111 | 1010 | 101 | 0 | 110 | 11010001 | 101100 | 1011001 |
Color Harmonies of #D6E3EF
Complementary color
Monochromatic Colors of #D6E3EF
Black with #D6E3EF
Text Example
Text Example
White with #D6E3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E3EF; }
p { color: rgb(214,227,239); }
H1.HeaderClassName
{
color: #D6E3EF;
}
.AnyTagClassName
{
color: #D6E3EF;
}
</style>
background-color css
<style>
a { background-color: #D6E3EF; }
a { background-color: rgb(214,227,239); }
div.DivClassName
{
background-color: #D6E3EF;
}
.BgClassName
{
background-color: #D6E3EF;
}
</style>
border-color css
<style>
span { border-color: #D6E3EF; }
span { border-color: rgb(214,227,239); }
td.TdClassName
{
border-color: #D6E3EF;
}
.TagClassName
{
border-color: #D6E3EF;
}
</style>