Shades of Pattens Blue #D6ECFD
Tints of Pattens Blue #D6ECFD
RGB
CMYK
RGB Variations
Color information
#D6ECFD (or 0xD6ECFD) is known color: Pattens Blue. HEX triplet: D6, EC and FD. RGB value is (214,236,253). Sum of RGB (Red+Green+Blue) = 214+236+253=703 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.44% from 703); Green value is 236 (92.58% from 255 or 33.57% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6ECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6ECFD is #291302. Grayscale: #E7E7E7. Windows color (decimal): -2691843 or 16641238. OLE color: 16641238.
HSL color Cylindrical-coordinate representation of color #D6ECFD: hue angle of 206.15º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6ECFD is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 214 | 236 | 253 | - |
CMYK | 0.15 | 0.07 | 0 | 0.01 |
HSL | 206.15º | 0.91% | 0.92% | - |
HSV(B) | 206.15º | 0.15% | 0.99% | - |
XYZ | 75.46 | 81.38 | 104.66 | - |
YUV | 231.36 | 140.21 | 115.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 236 | 253 | 0.15 | 0.07 | 0 | 0.01 | 206.15 | 0.91 | 0.92 |
Hex | D6 | EC | FD | F | 7 | 0 | 1 | CE | 5B | 5C |
Octal | 326 | 354 | 375 | 17 | 7 | 0 | 1 | 316 | 133 | 134 |
Binary | 11010110 | 11101100 | 11111101 | 1111 | 111 | 0 | 1 | 11001110 | 1011011 | 1011100 |
Color Harmonies of #D6ECFD
Complementary color
Monochromatic Colors of #D6ECFD
Black with #D6ECFD
Text Example
Text Example
White with #D6ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ECFD; }
p { color: rgb(214,236,253); }
H1.HeaderClassName
{
color: #D6ECFD;
}
.AnyTagClassName
{
color: #D6ECFD;
}
</style>
background-color css
<style>
a { background-color: #D6ECFD; }
a { background-color: rgb(214,236,253); }
div.DivClassName
{
background-color: #D6ECFD;
}
.BgClassName
{
background-color: #D6ECFD;
}
</style>
border-color css
<style>
span { border-color: #D6ECFD; }
span { border-color: rgb(214,236,253); }
td.TdClassName
{
border-color: #D6ECFD;
}
.TagClassName
{
border-color: #D6ECFD;
}
</style>