Shades of Pattens Blue #D6E5F6
Tints of Pattens Blue #D6E5F6
RGB
CMYK
RGB Variations
Color information
#D6E5F6 (or 0xD6E5F6) is known color: Pattens Blue. HEX triplet: D6, E5 and F6. RGB value is (214,229,246). Sum of RGB (Red+Green+Blue) = 214+229+246=689 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.06% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 246 - color contains mainly: blue. Hex color #D6E5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E5F6 is #291A09. Grayscale: #E2E2E2. Windows color (decimal): -2693642 or 16180694. OLE color: 16180694.
HSL color Cylindrical-coordinate representation of color #D6E5F6: hue angle of 211.88º degrees, saturation: 0.64, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6E5F6 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 229 | 246 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.04 |
| HSL | 211.88º | 0.64% | 0.9% | - |
| HSV(B) | 211.88º | 0.13% | 0.96% | - |
| XYZ | 72.39 | 76.99 | 98.23 | - |
| YUV | 226.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 229 | 246 | 0.13 | 0.07 | 0 | 0.04 | 211.88 | 0.64 | 0.9 |
| Hex | D6 | E5 | F6 | D | 7 | 0 | 4 | D4 | 40 | 5A |
| Octal | 326 | 345 | 366 | 15 | 7 | 0 | 4 | 324 | 100 | 132 |
| Binary | 11010110 | 11100101 | 11110110 | 1101 | 111 | 0 | 100 | 11010100 | 1000000 | 1011010 |
Color Harmonies of #D6E5F6
Complementary color
Monochromatic Colors of #D6E5F6
Black with #D6E5F6
Text Example
Text Example
White with #D6E5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E5F6; }
p { color: rgb(214,229,246); }
H1.HeaderClassName
{
color: #D6E5F6;
}
.AnyTagClassName
{
color: #D6E5F6;
}
</style>
background-color css
<style>
a { background-color: #D6E5F6; }
a { background-color: rgb(214,229,246); }
div.DivClassName
{
background-color: #D6E5F6;
}
.BgClassName
{
background-color: #D6E5F6;
}
</style>
border-color css
<style>
span { border-color: #D6E5F6; }
span { border-color: rgb(214,229,246); }
td.TdClassName
{
border-color: #D6E5F6;
}
.TagClassName
{
border-color: #D6E5F6;
}
</style>