Shades of Pattens Blue #D6E4F2
Tints of Pattens Blue #D6E4F2
RGB
CMYK
RGB Variations
Color information
#D6E4F2 (or 0xD6E4F2) is known color: Pattens Blue. HEX triplet: D6, E4 and F2. RGB value is (214,228,242). Sum of RGB (Red+Green+Blue) = 214+228+242=684 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.29% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #D6E4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E4F2 is #291B0D. Grayscale: #E1E1E1. Windows color (decimal): -2693902 or 15918294. OLE color: 15918294.
HSL color Cylindrical-coordinate representation of color #D6E4F2: hue angle of 210º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6E4F2 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 228 | 242 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.05 |
| HSL | 210º | 0.52% | 0.89% | - |
| HSV(B) | 210º | 0.12% | 0.95% | - |
| XYZ | 71.5 | 76.19 | 94.94 | - |
| YUV | 225.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 228 | 242 | 0.12 | 0.06 | 0 | 0.05 | 210 | 0.52 | 0.89 |
| Hex | D6 | E4 | F2 | C | 6 | 0 | 5 | D2 | 34 | 59 |
| Octal | 326 | 344 | 362 | 14 | 6 | 0 | 5 | 322 | 64 | 131 |
| Binary | 11010110 | 11100100 | 11110010 | 1100 | 110 | 0 | 101 | 11010010 | 110100 | 1011001 |
Color Harmonies of #D6E4F2
Complementary color
Monochromatic Colors of #D6E4F2
Black with #D6E4F2
Text Example
Text Example
White with #D6E4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E4F2; }
p { color: rgb(214,228,242); }
H1.HeaderClassName
{
color: #D6E4F2;
}
.AnyTagClassName
{
color: #D6E4F2;
}
</style>
background-color css
<style>
a { background-color: #D6E4F2; }
a { background-color: rgb(214,228,242); }
div.DivClassName
{
background-color: #D6E4F2;
}
.BgClassName
{
background-color: #D6E4F2;
}
</style>
border-color css
<style>
span { border-color: #D6E4F2; }
span { border-color: rgb(214,228,242); }
td.TdClassName
{
border-color: #D6E4F2;
}
.TagClassName
{
border-color: #D6E4F2;
}
</style>