Shades of Pattens Blue #D7ECF8
Tints of Pattens Blue #D7ECF8
RGB
CMYK
RGB Variations
Color information
#D7ECF8 (or 0xD7ECF8) is known color: Pattens Blue. HEX triplet: D7, EC and F8. RGB value is (215,236,248). Sum of RGB (Red+Green+Blue) = 215+236+248=699 (92% of max value = 765). Red value is 215 (84.38% from 255 or 30.76% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 248 (97.27% from 255 or 35.48% from 699); Max value from RGB is 248 - color contains mainly: blue. Hex color #D7ECF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7ECF8 is #281307. Grayscale: #E7E7E7. Windows color (decimal): -2626312 or 16313559. OLE color: 16313559.
HSL color Cylindrical-coordinate representation of color #D7ECF8: hue angle of 201.82º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7ECF8 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 236 | 248 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.03 |
| HSL | 201.82º | 0.7% | 0.91% | - |
| HSV(B) | 201.82º | 0.13% | 0.97% | - |
| XYZ | 74.96 | 81.22 | 100.53 | - |
| YUV | 231.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 236 | 248 | 0.13 | 0.05 | 0 | 0.03 | 201.82 | 0.7 | 0.91 |
| Hex | D7 | EC | F8 | D | 5 | 0 | 3 | CA | 46 | 5B |
| Octal | 327 | 354 | 370 | 15 | 5 | 0 | 3 | 312 | 106 | 133 |
| Binary | 11010111 | 11101100 | 11111000 | 1101 | 101 | 0 | 11 | 11001010 | 1000110 | 1011011 |
Color Harmonies of #D7ECF8
Complementary color
Monochromatic Colors of #D7ECF8
Black with #D7ECF8
Text Example
Text Example
White with #D7ECF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ECF8; }
p { color: rgb(215,236,248); }
H1.HeaderClassName
{
color: #D7ECF8;
}
.AnyTagClassName
{
color: #D7ECF8;
}
</style>
background-color css
<style>
a { background-color: #D7ECF8; }
a { background-color: rgb(215,236,248); }
div.DivClassName
{
background-color: #D7ECF8;
}
.BgClassName
{
background-color: #D7ECF8;
}
</style>
border-color css
<style>
span { border-color: #D7ECF8; }
span { border-color: rgb(215,236,248); }
td.TdClassName
{
border-color: #D7ECF8;
}
.TagClassName
{
border-color: #D7ECF8;
}
</style>