Shades of Pattens Blue #D9DBDC
Tints of Pattens Blue #D9DBDC
RGB
CMYK
RGB Variations
Color information
#D9DBDC (or 0xD9DBDC) is known color: Pattens Blue. HEX triplet: D9, DB and DC. RGB value is (217,219,220). Sum of RGB (Red+Green+Blue) = 217+219+220=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBDC is #262423. Grayscale: #DADADA. Windows color (decimal): -2499620 or 14474201. OLE color: 14474201.
HSL color Cylindrical-coordinate representation of color #D9DBDC: hue angle of 200º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D9DBDC is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 217 | 219 | 220 | - |
CMYK | 0.01 | 0.00 | 0 | 0.14 |
HSL | 200º | 0.04% | 0.86% | - |
HSV(B) | 200º | 0.01% | 0.86% | - |
XYZ | 66.87 | 70.58 | 77.81 | - |
YUV | 218.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 219 | 220 | 0.01 | 0.00 | 0 | 0.14 | 200 | 0.04 | 0.86 |
Hex | D9 | DB | DC | 1 | 0 | 0 | E | C8 | 4 | 56 |
Octal | 331 | 333 | 334 | 1 | 0 | 0 | 16 | 310 | 4 | 126 |
Binary | 11011001 | 11011011 | 11011100 | 1 | 0 | 0 | 1110 | 11001000 | 100 | 1010110 |
Color Harmonies of #D9DBDC
Complementary color
Monochromatic Colors of #D9DBDC
Black with #D9DBDC
Text Example
Text Example
White with #D9DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DBDC; }
p { color: rgb(217,219,220); }
H1.HeaderClassName
{
color: #D9DBDC;
}
.AnyTagClassName
{
color: #D9DBDC;
}
</style>
background-color css
<style>
a { background-color: #D9DBDC; }
a { background-color: rgb(217,219,220); }
div.DivClassName
{
background-color: #D9DBDC;
}
.BgClassName
{
background-color: #D9DBDC;
}
</style>
border-color css
<style>
span { border-color: #D9DBDC; }
span { border-color: rgb(217,219,220); }
td.TdClassName
{
border-color: #D9DBDC;
}
.TagClassName
{
border-color: #D9DBDC;
}
</style>