Shades of Pattens Blue #D7E1EA
Tints of Pattens Blue #D7E1EA
RGB
CMYK
RGB Variations
Color information
#D7E1EA (or 0xD7E1EA) is known color: Pattens Blue. HEX triplet: D7, E1 and EA. RGB value is (215,225,234). Sum of RGB (Red+Green+Blue) = 215+225+234=674 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.90% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7E1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7E1EA is #281E15. Grayscale: #DEDEDE. Windows color (decimal): -2629142 or 15393239. OLE color: 15393239.
HSL color Cylindrical-coordinate representation of color #D7E1EA: hue angle of 208.42º 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 #D7E1EA is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 215 | 225 | 234 | - |
CMYK | 0.08 | 0.04 | 0 | 0.08 |
HSL | 208.42º | 0.31% | 0.88% | - |
HSV(B) | 208.42º | 0.08% | 0.92% | - |
XYZ | 69.8 | 74.24 | 88.49 | - |
YUV | 223.04 | 134.19 | 122.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 225 | 234 | 0.08 | 0.04 | 0 | 0.08 | 208.42 | 0.31 | 0.88 |
Hex | D7 | E1 | EA | 8 | 4 | 0 | 8 | D0 | 1F | 58 |
Octal | 327 | 341 | 352 | 10 | 4 | 0 | 10 | 320 | 37 | 130 |
Binary | 11010111 | 11100001 | 11101010 | 1000 | 100 | 0 | 1000 | 11010000 | 11111 | 1011000 |
Color Harmonies of #D7E1EA
Complementary color
Monochromatic Colors of #D7E1EA
Black with #D7E1EA
Text Example
Text Example
White with #D7E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E1EA; }
p { color: rgb(215,225,234); }
H1.HeaderClassName
{
color: #D7E1EA;
}
.AnyTagClassName
{
color: #D7E1EA;
}
</style>
background-color css
<style>
a { background-color: #D7E1EA; }
a { background-color: rgb(215,225,234); }
div.DivClassName
{
background-color: #D7E1EA;
}
.BgClassName
{
background-color: #D7E1EA;
}
</style>
border-color css
<style>
span { border-color: #D7E1EA; }
span { border-color: rgb(215,225,234); }
td.TdClassName
{
border-color: #D7E1EA;
}
.TagClassName
{
border-color: #D7E1EA;
}
</style>