Shades of Pattens Blue #D7DBDD
Tints of Pattens Blue #D7DBDD
RGB
CMYK
RGB Variations
Color information
#D7DBDD (or 0xD7DBDD) is known color: Pattens Blue. HEX triplet: D7, DB and DD. RGB value is (215,219,221). Sum of RGB (Red+Green+Blue) = 215+219+221=655 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.82% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBDD is #282422. Grayscale: #DADADA. Windows color (decimal): -2630691 or 14539735. OLE color: 14539735.
HSL color Cylindrical-coordinate representation of color #D7DBDD: hue angle of 200º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D7DBDD is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 215 | 219 | 221 | - |
CMYK | 0.03 | 0.01 | 0 | 0.13 |
HSL | 200º | 0.08% | 0.85% | - |
HSV(B) | 200º | 0.03% | 0.87% | - |
XYZ | 66.41 | 70.33 | 78.48 | - |
YUV | 218.03 | 129.67 | 125.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 219 | 221 | 0.03 | 0.01 | 0 | 0.13 | 200 | 0.08 | 0.85 |
Hex | D7 | DB | DD | 3 | 1 | 0 | D | C8 | 8 | 55 |
Octal | 327 | 333 | 335 | 3 | 1 | 0 | 15 | 310 | 10 | 125 |
Binary | 11010111 | 11011011 | 11011101 | 11 | 1 | 0 | 1101 | 11001000 | 1000 | 1010101 |
Color Harmonies of #D7DBDD
Complementary color
Monochromatic Colors of #D7DBDD
Black with #D7DBDD
Text Example
Text Example
White with #D7DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DBDD; }
p { color: rgb(215,219,221); }
H1.HeaderClassName
{
color: #D7DBDD;
}
.AnyTagClassName
{
color: #D7DBDD;
}
</style>
background-color css
<style>
a { background-color: #D7DBDD; }
a { background-color: rgb(215,219,221); }
div.DivClassName
{
background-color: #D7DBDD;
}
.BgClassName
{
background-color: #D7DBDD;
}
</style>
border-color css
<style>
span { border-color: #D7DBDD; }
span { border-color: rgb(215,219,221); }
td.TdClassName
{
border-color: #D7DBDD;
}
.TagClassName
{
border-color: #D7DBDD;
}
</style>