Shades of Pattens Blue #D6E3F1
Tints of Pattens Blue #D6E3F1
RGB
CMYK
RGB Variations
Color information
#D6E3F1 (or 0xD6E3F1) is known color: Pattens Blue. HEX triplet: D6, E3 and F1. RGB value is (214,227,241). Sum of RGB (Red+Green+Blue) = 214+227+241=682 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.38% from 682); Green value is 227 (89.06% from 255 or 33.28% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6E3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E3F1 is #291C0E. Grayscale: #E0E0E0. Windows color (decimal): -2694159 or 15852502. OLE color: 15852502.
HSL color Cylindrical-coordinate representation of color #D6E3F1: hue angle of 211.11º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6E3F1 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 227 | 241 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.05 |
| HSL | 211.11º | 0.49% | 0.89% | - |
| HSV(B) | 211.11º | 0.11% | 0.95% | - |
| XYZ | 71.08 | 75.59 | 94.06 | - |
| YUV | 224.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 227 | 241 | 0.11 | 0.06 | 0 | 0.05 | 211.11 | 0.49 | 0.89 |
| Hex | D6 | E3 | F1 | B | 6 | 0 | 5 | D3 | 31 | 59 |
| Octal | 326 | 343 | 361 | 13 | 6 | 0 | 5 | 323 | 61 | 131 |
| Binary | 11010110 | 11100011 | 11110001 | 1011 | 110 | 0 | 101 | 11010011 | 110001 | 1011001 |
Color Harmonies of #D6E3F1
Complementary color
Monochromatic Colors of #D6E3F1
Black with #D6E3F1
Text Example
Text Example
White with #D6E3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E3F1; }
p { color: rgb(214,227,241); }
H1.HeaderClassName
{
color: #D6E3F1;
}
.AnyTagClassName
{
color: #D6E3F1;
}
</style>
background-color css
<style>
a { background-color: #D6E3F1; }
a { background-color: rgb(214,227,241); }
div.DivClassName
{
background-color: #D6E3F1;
}
.BgClassName
{
background-color: #D6E3F1;
}
</style>
border-color css
<style>
span { border-color: #D6E3F1; }
span { border-color: rgb(214,227,241); }
td.TdClassName
{
border-color: #D6E3F1;
}
.TagClassName
{
border-color: #D6E3F1;
}
</style>