Shades of Pattens Blue #D7E5EA
Tints of Pattens Blue #D7E5EA
RGB
CMYK
RGB Variations
Color information
#D7E5EA (or 0xD7E5EA) is known color: Pattens Blue. HEX triplet: D7, E5 and EA. RGB value is (215,229,234). Sum of RGB (Red+Green+Blue) = 215+229+234=678 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.71% from 678); Green value is 229 (89.84% from 255 or 33.78% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7E5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7E5EA is #281A15. Grayscale: #E1E1E1. Windows color (decimal): -2628118 or 15394263. OLE color: 15394263.
HSL color Cylindrical-coordinate representation of color #D7E5EA: hue angle of 195.79º degrees, saturation: 0.31, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7E5EA is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 229 | 234 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.08 |
| HSL | 195.79º | 0.31% | 0.88% | - |
| HSV(B) | 195.79º | 0.08% | 0.92% | - |
| XYZ | 70.89 | 76.43 | 88.86 | - |
| YUV | 225.38 | 132.86 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 229 | 234 | 0.08 | 0.02 | 0 | 0.08 | 195.79 | 0.31 | 0.88 |
| Hex | D7 | E5 | EA | 8 | 2 | 0 | 8 | C4 | 1F | 58 |
| Octal | 327 | 345 | 352 | 10 | 2 | 0 | 10 | 304 | 37 | 130 |
| Binary | 11010111 | 11100101 | 11101010 | 1000 | 10 | 0 | 1000 | 11000100 | 11111 | 1011000 |
Color Harmonies of #D7E5EA
Complementary color
Monochromatic Colors of #D7E5EA
Black with #D7E5EA
Text Example
Text Example
White with #D7E5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E5EA; }
p { color: rgb(215,229,234); }
H1.HeaderClassName
{
color: #D7E5EA;
}
.AnyTagClassName
{
color: #D7E5EA;
}
</style>
background-color css
<style>
a { background-color: #D7E5EA; }
a { background-color: rgb(215,229,234); }
div.DivClassName
{
background-color: #D7E5EA;
}
.BgClassName
{
background-color: #D7E5EA;
}
</style>
border-color css
<style>
span { border-color: #D7E5EA; }
span { border-color: rgb(215,229,234); }
td.TdClassName
{
border-color: #D7E5EA;
}
.TagClassName
{
border-color: #D7E5EA;
}
</style>