Shades of Pattens Blue #D6ECFE
Tints of Pattens Blue #D6ECFE
RGB
CMYK
RGB Variations
Color information
#D6ECFE (or 0xD6ECFE) is known color: Pattens Blue. HEX triplet: D6, EC and FE. RGB value is (214,236,254). Sum of RGB (Red+Green+Blue) = 214+236+254=704 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.40% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6ECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6ECFE is #291301. Grayscale: #E7E7E7. Windows color (decimal): -2691842 or 16706774. OLE color: 16706774.
HSL color Cylindrical-coordinate representation of color #D6ECFE: hue angle of 207º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6ECFE is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 236 | 254 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.00 |
| HSL | 207º | 0.95% | 0.92% | - |
| HSV(B) | 207º | 0.16% | 1% | - |
| XYZ | 75.62 | 81.44 | 105.5 | - |
| YUV | 231.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 236 | 254 | 0.16 | 0.07 | 0 | 0.00 | 207 | 0.95 | 0.92 |
| Hex | D6 | EC | FE | 10 | 7 | 0 | 0 | CF | 5F | 5C |
| Octal | 326 | 354 | 376 | 20 | 7 | 0 | 0 | 317 | 137 | 134 |
| Binary | 11010110 | 11101100 | 11111110 | 10000 | 111 | 0 | 0 | 11001111 | 1011111 | 1011100 |
Color Harmonies of #D6ECFE
Complementary color
Monochromatic Colors of #D6ECFE
Black with #D6ECFE
Text Example
Text Example
White with #D6ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ECFE; }
p { color: rgb(214,236,254); }
H1.HeaderClassName
{
color: #D6ECFE;
}
.AnyTagClassName
{
color: #D6ECFE;
}
</style>
background-color css
<style>
a { background-color: #D6ECFE; }
a { background-color: rgb(214,236,254); }
div.DivClassName
{
background-color: #D6ECFE;
}
.BgClassName
{
background-color: #D6ECFE;
}
</style>
border-color css
<style>
span { border-color: #D6ECFE; }
span { border-color: rgb(214,236,254); }
td.TdClassName
{
border-color: #D6ECFE;
}
.TagClassName
{
border-color: #D6ECFE;
}
</style>