Shades of Pattens Blue #D7E3EF
Tints of Pattens Blue #D7E3EF
RGB
CMYK
RGB Variations
Color information
#D7E3EF (or 0xD7E3EF) is known color: Pattens Blue. HEX triplet: D7, E3 and EF. RGB value is (215,227,239). Sum of RGB (Red+Green+Blue) = 215+227+239=681 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.57% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7E3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7E3EF is #281C10. Grayscale: #E0E0E0. Windows color (decimal): -2628625 or 15721431. OLE color: 15721431.
HSL color Cylindrical-coordinate representation of color #D7E3EF: hue angle of 210º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7E3EF is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 227 | 239 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.06 |
| HSL | 210º | 0.43% | 0.89% | - |
| HSV(B) | 210º | 0.1% | 0.94% | - |
| XYZ | 71.07 | 75.62 | 92.51 | - |
| YUV | 224.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 227 | 239 | 0.10 | 0.05 | 0 | 0.06 | 210 | 0.43 | 0.89 |
| Hex | D7 | E3 | EF | A | 5 | 0 | 6 | D2 | 2B | 59 |
| Octal | 327 | 343 | 357 | 12 | 5 | 0 | 6 | 322 | 53 | 131 |
| Binary | 11010111 | 11100011 | 11101111 | 1010 | 101 | 0 | 110 | 11010010 | 101011 | 1011001 |
Color Harmonies of #D7E3EF
Complementary color
Monochromatic Colors of #D7E3EF
Black with #D7E3EF
Text Example
Text Example
White with #D7E3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E3EF; }
p { color: rgb(215,227,239); }
H1.HeaderClassName
{
color: #D7E3EF;
}
.AnyTagClassName
{
color: #D7E3EF;
}
</style>
background-color css
<style>
a { background-color: #D7E3EF; }
a { background-color: rgb(215,227,239); }
div.DivClassName
{
background-color: #D7E3EF;
}
.BgClassName
{
background-color: #D7E3EF;
}
</style>
border-color css
<style>
span { border-color: #D7E3EF; }
span { border-color: rgb(215,227,239); }
td.TdClassName
{
border-color: #D7E3EF;
}
.TagClassName
{
border-color: #D7E3EF;
}
</style>