Shades of Pattens Blue #D7ECFA
Tints of Pattens Blue #D7ECFA
RGB
CMYK
RGB Variations
Color information
#D7ECFA (or 0xD7ECFA) is known color: Pattens Blue. HEX triplet: D7, EC and FA. RGB value is (215,236,250). Sum of RGB (Red+Green+Blue) = 215+236+250=701 (92% of max value = 765). Red value is 215 (84.38% from 255 or 30.67% from 701); Green value is 236 (92.58% from 255 or 33.67% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7ECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7ECFA is #281305. Grayscale: #E7E7E7. Windows color (decimal): -2626310 or 16444631. OLE color: 16444631.
HSL color Cylindrical-coordinate representation of color #D7ECFA: hue angle of 204º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7ECFA is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 215 | 236 | 250 | - |
CMYK | 0.14 | 0.06 | 0 | 0.02 |
HSL | 204º | 0.78% | 0.91% | - |
HSV(B) | 204º | 0.14% | 0.98% | - |
XYZ | 75.28 | 81.34 | 102.18 | - |
YUV | 231.32 | 138.54 | 116.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 236 | 250 | 0.14 | 0.06 | 0 | 0.02 | 204 | 0.78 | 0.91 |
Hex | D7 | EC | FA | E | 6 | 0 | 2 | CC | 4E | 5B |
Octal | 327 | 354 | 372 | 16 | 6 | 0 | 2 | 314 | 116 | 133 |
Binary | 11010111 | 11101100 | 11111010 | 1110 | 110 | 0 | 10 | 11001100 | 1001110 | 1011011 |
Color Harmonies of #D7ECFA
Complementary color
Monochromatic Colors of #D7ECFA
Black with #D7ECFA
Text Example
Text Example
White with #D7ECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ECFA; }
p { color: rgb(215,236,250); }
H1.HeaderClassName
{
color: #D7ECFA;
}
.AnyTagClassName
{
color: #D7ECFA;
}
</style>
background-color css
<style>
a { background-color: #D7ECFA; }
a { background-color: rgb(215,236,250); }
div.DivClassName
{
background-color: #D7ECFA;
}
.BgClassName
{
background-color: #D7ECFA;
}
</style>
border-color css
<style>
span { border-color: #D7ECFA; }
span { border-color: rgb(215,236,250); }
td.TdClassName
{
border-color: #D7ECFA;
}
.TagClassName
{
border-color: #D7ECFA;
}
</style>