Shades of Pattens Blue #D7DCDE
Tints of Pattens Blue #D7DCDE
RGB
CMYK
RGB Variations
Color information
#D7DCDE (or 0xD7DCDE) is known color: Pattens Blue. HEX triplet: D7, DC and DE. RGB value is (215,220,222). Sum of RGB (Red+Green+Blue) = 215+220+222=657 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.72% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCDE is #282321. Grayscale: #DADADA. Windows color (decimal): -2630434 or 14605527. OLE color: 14605527.
HSL color Cylindrical-coordinate representation of color #D7DCDE: hue angle of 197.14º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D7DCDE is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 220 | 222 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.13 |
| HSL | 197.14º | 0.1% | 0.86% | - |
| HSV(B) | 197.14º | 0.03% | 0.87% | - |
| XYZ | 66.8 | 70.91 | 79.27 | - |
| YUV | 218.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 222 | 0.03 | 0.01 | 0 | 0.13 | 197.14 | 0.1 | 0.86 |
| Hex | D7 | DC | DE | 3 | 1 | 0 | D | C5 | A | 56 |
| Octal | 327 | 334 | 336 | 3 | 1 | 0 | 15 | 305 | 12 | 126 |
| Binary | 11010111 | 11011100 | 11011110 | 11 | 1 | 0 | 1101 | 11000101 | 1010 | 1010110 |
Color Harmonies of #D7DCDE
Complementary color
Monochromatic Colors of #D7DCDE
Black with #D7DCDE
Text Example
Text Example
White with #D7DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DCDE; }
p { color: rgb(215,220,222); }
H1.HeaderClassName
{
color: #D7DCDE;
}
.AnyTagClassName
{
color: #D7DCDE;
}
</style>
background-color css
<style>
a { background-color: #D7DCDE; }
a { background-color: rgb(215,220,222); }
div.DivClassName
{
background-color: #D7DCDE;
}
.BgClassName
{
background-color: #D7DCDE;
}
</style>
border-color css
<style>
span { border-color: #D7DCDE; }
span { border-color: rgb(215,220,222); }
td.TdClassName
{
border-color: #D7DCDE;
}
.TagClassName
{
border-color: #D7DCDE;
}
</style>