Shades of Pattens Blue #D7E3EA
Tints of Pattens Blue #D7E3EA
RGB
CMYK
RGB Variations
Color information
#D7E3EA (or 0xD7E3EA) is known color: Pattens Blue. HEX triplet: D7, E3 and EA. RGB value is (215,227,234). Sum of RGB (Red+Green+Blue) = 215+227+234=676 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.80% from 676); Green value is 227 (89.06% from 255 or 33.58% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7E3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7E3EA is #281C15. Grayscale: #E0E0E0. Windows color (decimal): -2628630 or 15393751. OLE color: 15393751.
HSL color Cylindrical-coordinate representation of color #D7E3EA: hue angle of 202.11º 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 #D7E3EA is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 227 | 234 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.08 |
| HSL | 202.11º | 0.31% | 0.88% | - |
| HSV(B) | 202.11º | 0.08% | 0.92% | - |
| XYZ | 70.34 | 75.33 | 88.67 | - |
| YUV | 224.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 227 | 234 | 0.08 | 0.03 | 0 | 0.08 | 202.11 | 0.31 | 0.88 |
| Hex | D7 | E3 | EA | 8 | 3 | 0 | 8 | CA | 1F | 58 |
| Octal | 327 | 343 | 352 | 10 | 3 | 0 | 10 | 312 | 37 | 130 |
| Binary | 11010111 | 11100011 | 11101010 | 1000 | 11 | 0 | 1000 | 11001010 | 11111 | 1011000 |
Color Harmonies of #D7E3EA
Complementary color
Monochromatic Colors of #D7E3EA
Black with #D7E3EA
Text Example
Text Example
White with #D7E3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E3EA; }
p { color: rgb(215,227,234); }
H1.HeaderClassName
{
color: #D7E3EA;
}
.AnyTagClassName
{
color: #D7E3EA;
}
</style>
background-color css
<style>
a { background-color: #D7E3EA; }
a { background-color: rgb(215,227,234); }
div.DivClassName
{
background-color: #D7E3EA;
}
.BgClassName
{
background-color: #D7E3EA;
}
</style>
border-color css
<style>
span { border-color: #D7E3EA; }
span { border-color: rgb(215,227,234); }
td.TdClassName
{
border-color: #D7E3EA;
}
.TagClassName
{
border-color: #D7E3EA;
}
</style>