Shades of Pattens Blue #D7DCE0
Tints of Pattens Blue #D7DCE0
RGB
CMYK
RGB Variations
Color information
#D7DCE0 (or 0xD7DCE0) is known color: Pattens Blue. HEX triplet: D7, DC and E0. RGB value is (215,220,224). Sum of RGB (Red+Green+Blue) = 215+220+224=659 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.63% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 224 (87.89% from 255 or 33.99% from 659); Max value from RGB is 224 - color contains mainly: blue. Hex color #D7DCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCE0 is #28231F. Grayscale: #DADADA. Windows color (decimal): -2630432 or 14736599. OLE color: 14736599.
HSL color Cylindrical-coordinate representation of color #D7DCE0: hue angle of 206.67º degrees, saturation: 0.13, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7DCE0 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 215 | 220 | 224 | - |
CMYK | 0.04 | 0.02 | 0 | 0.12 |
HSL | 206.67º | 0.13% | 0.86% | - |
HSV(B) | 206.67º | 0.04% | 0.88% | - |
XYZ | 67.07 | 71.02 | 80.69 | - |
YUV | 218.96 | 130.84 | 125.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 220 | 224 | 0.04 | 0.02 | 0 | 0.12 | 206.67 | 0.13 | 0.86 |
Hex | D7 | DC | E0 | 4 | 2 | 0 | C | CF | D | 56 |
Octal | 327 | 334 | 340 | 4 | 2 | 0 | 14 | 317 | 15 | 126 |
Binary | 11010111 | 11011100 | 11100000 | 100 | 10 | 0 | 1100 | 11001111 | 1101 | 1010110 |
Color Harmonies of #D7DCE0
Complementary color
Monochromatic Colors of #D7DCE0
Black with #D7DCE0
Text Example
Text Example
White with #D7DCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DCE0; }
p { color: rgb(215,220,224); }
H1.HeaderClassName
{
color: #D7DCE0;
}
.AnyTagClassName
{
color: #D7DCE0;
}
</style>
background-color css
<style>
a { background-color: #D7DCE0; }
a { background-color: rgb(215,220,224); }
div.DivClassName
{
background-color: #D7DCE0;
}
.BgClassName
{
background-color: #D7DCE0;
}
</style>
border-color css
<style>
span { border-color: #D7DCE0; }
span { border-color: rgb(215,220,224); }
td.TdClassName
{
border-color: #D7DCE0;
}
.TagClassName
{
border-color: #D7DCE0;
}
</style>