Shades of Pattens Blue #D6E8F0
Tints of Pattens Blue #D6E8F0
RGB
CMYK
RGB Variations
Color information
#D6E8F0 (or 0xD6E8F0) is known color: Pattens Blue. HEX triplet: D6, E8 and F0. RGB value is (214,232,240). Sum of RGB (Red+Green+Blue) = 214+232+240=686 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.20% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 240 (94.14% from 255 or 34.99% from 686); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6E8F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6E8F0 is #29170F. Grayscale: #E3E3E3. Windows color (decimal): -2692880 or 15788246. OLE color: 15788246.
HSL color Cylindrical-coordinate representation of color #D6E8F0: hue angle of 198.46º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6E8F0 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 232 | 240 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.06 |
| HSL | 198.46º | 0.46% | 0.89% | - |
| HSV(B) | 198.46º | 0.11% | 0.94% | - |
| XYZ | 72.32 | 78.3 | 93.74 | - |
| YUV | 227.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 232 | 240 | 0.11 | 0.03 | 0 | 0.06 | 198.46 | 0.46 | 0.89 |
| Hex | D6 | E8 | F0 | B | 3 | 0 | 6 | C6 | 2E | 59 |
| Octal | 326 | 350 | 360 | 13 | 3 | 0 | 6 | 306 | 56 | 131 |
| Binary | 11010110 | 11101000 | 11110000 | 1011 | 11 | 0 | 110 | 11000110 | 101110 | 1011001 |
Color Harmonies of #D6E8F0
Complementary color
Monochromatic Colors of #D6E8F0
Black with #D6E8F0
Text Example
Text Example
White with #D6E8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E8F0; }
p { color: rgb(214,232,240); }
H1.HeaderClassName
{
color: #D6E8F0;
}
.AnyTagClassName
{
color: #D6E8F0;
}
</style>
background-color css
<style>
a { background-color: #D6E8F0; }
a { background-color: rgb(214,232,240); }
div.DivClassName
{
background-color: #D6E8F0;
}
.BgClassName
{
background-color: #D6E8F0;
}
</style>
border-color css
<style>
span { border-color: #D6E8F0; }
span { border-color: rgb(214,232,240); }
td.TdClassName
{
border-color: #D6E8F0;
}
.TagClassName
{
border-color: #D6E8F0;
}
</style>