Shades of Pattens Blue #D7DBDE
Tints of Pattens Blue #D7DBDE
RGB
CMYK
RGB Variations
Color information
#D7DBDE (or 0xD7DBDE) is known color: Pattens Blue. HEX triplet: D7, DB and DE. RGB value is (215,219,222). Sum of RGB (Red+Green+Blue) = 215+219+222=656 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.77% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBDE is #282421. Grayscale: #DADADA. Windows color (decimal): -2630690 or 14605271. OLE color: 14605271.
HSL color Cylindrical-coordinate representation of color #D7DBDE: hue angle of 205.71º 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 #D7DBDE is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 219 | 222 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.13 |
| HSL | 205.71º | 0.1% | 0.86% | - |
| HSV(B) | 205.71º | 0.03% | 0.87% | - |
| XYZ | 66.54 | 70.38 | 79.19 | - |
| YUV | 218.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 222 | 0.03 | 0.01 | 0 | 0.13 | 205.71 | 0.1 | 0.86 |
| Hex | D7 | DB | DE | 3 | 1 | 0 | D | CE | A | 56 |
| Octal | 327 | 333 | 336 | 3 | 1 | 0 | 15 | 316 | 12 | 126 |
| Binary | 11010111 | 11011011 | 11011110 | 11 | 1 | 0 | 1101 | 11001110 | 1010 | 1010110 |
Color Harmonies of #D7DBDE
Complementary color
Monochromatic Colors of #D7DBDE
Black with #D7DBDE
Text Example
Text Example
White with #D7DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DBDE; }
p { color: rgb(215,219,222); }
H1.HeaderClassName
{
color: #D7DBDE;
}
.AnyTagClassName
{
color: #D7DBDE;
}
</style>
background-color css
<style>
a { background-color: #D7DBDE; }
a { background-color: rgb(215,219,222); }
div.DivClassName
{
background-color: #D7DBDE;
}
.BgClassName
{
background-color: #D7DBDE;
}
</style>
border-color css
<style>
span { border-color: #D7DBDE; }
span { border-color: rgb(215,219,222); }
td.TdClassName
{
border-color: #D7DBDE;
}
.TagClassName
{
border-color: #D7DBDE;
}
</style>