Shades of Pattens Blue #D6ECFC
Tints of Pattens Blue #D6ECFC
RGB
CMYK
RGB Variations
Color information
#D6ECFC (or 0xD6ECFC) is known color: Pattens Blue. HEX triplet: D6, EC and FC. RGB value is (214,236,252). Sum of RGB (Red+Green+Blue) = 214+236+252=702 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.48% from 702); Green value is 236 (92.58% from 255 or 33.62% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6ECFC is #291303. Grayscale: #E7E7E7. Windows color (decimal): -2691844 or 16575702. OLE color: 16575702.
HSL color Cylindrical-coordinate representation of color #D6ECFC: hue angle of 205.26º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6ECFC is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 214 | 236 | 252 | - |
CMYK | 0.15 | 0.06 | 0 | 0.01 |
HSL | 205.26º | 0.86% | 0.91% | - |
HSV(B) | 205.26º | 0.15% | 0.99% | - |
XYZ | 75.3 | 81.32 | 103.82 | - |
YUV | 231.25 | 139.71 | 115.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 236 | 252 | 0.15 | 0.06 | 0 | 0.01 | 205.26 | 0.86 | 0.91 |
Hex | D6 | EC | FC | F | 6 | 0 | 1 | CD | 56 | 5B |
Octal | 326 | 354 | 374 | 17 | 6 | 0 | 1 | 315 | 126 | 133 |
Binary | 11010110 | 11101100 | 11111100 | 1111 | 110 | 0 | 1 | 11001101 | 1010110 | 1011011 |
Color Harmonies of #D6ECFC
Complementary color
Monochromatic Colors of #D6ECFC
Black with #D6ECFC
Text Example
Text Example
White with #D6ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ECFC; }
p { color: rgb(214,236,252); }
H1.HeaderClassName
{
color: #D6ECFC;
}
.AnyTagClassName
{
color: #D6ECFC;
}
</style>
background-color css
<style>
a { background-color: #D6ECFC; }
a { background-color: rgb(214,236,252); }
div.DivClassName
{
background-color: #D6ECFC;
}
.BgClassName
{
background-color: #D6ECFC;
}
</style>
border-color css
<style>
span { border-color: #D6ECFC; }
span { border-color: rgb(214,236,252); }
td.TdClassName
{
border-color: #D6ECFC;
}
.TagClassName
{
border-color: #D6ECFC;
}
</style>