Shades of Pattens Blue #D7DBDF
Tints of Pattens Blue #D7DBDF
RGB
CMYK
RGB Variations
Color information
#D7DBDF (or 0xD7DBDF) is known color: Pattens Blue. HEX triplet: D7, DB and DF. RGB value is (215,219,223). Sum of RGB (Red+Green+Blue) = 215+219+223=657 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.72% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 223 - color contains mainly: blue. Hex color #D7DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBDF is #282420. Grayscale: #DADADA. Windows color (decimal): -2630689 or 14670807. OLE color: 14670807.
HSL color Cylindrical-coordinate representation of color #D7DBDF: hue angle of 210º degrees, saturation: 0.11, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7DBDF is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 215 | 219 | 223 | - |
CMYK | 0.04 | 0.02 | 0 | 0.13 |
HSL | 210º | 0.11% | 0.86% | - |
HSV(B) | 210º | 0.04% | 0.87% | - |
XYZ | 66.68 | 70.44 | 79.89 | - |
YUV | 218.26 | 130.67 | 125.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 219 | 223 | 0.04 | 0.02 | 0 | 0.13 | 210 | 0.11 | 0.86 |
Hex | D7 | DB | DF | 4 | 2 | 0 | D | D2 | B | 56 |
Octal | 327 | 333 | 337 | 4 | 2 | 0 | 15 | 322 | 13 | 126 |
Binary | 11010111 | 11011011 | 11011111 | 100 | 10 | 0 | 1101 | 11010010 | 1011 | 1010110 |
Color Harmonies of #D7DBDF
Complementary color
Monochromatic Colors of #D7DBDF
Black with #D7DBDF
Text Example
Text Example
White with #D7DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DBDF; }
p { color: rgb(215,219,223); }
H1.HeaderClassName
{
color: #D7DBDF;
}
.AnyTagClassName
{
color: #D7DBDF;
}
</style>
background-color css
<style>
a { background-color: #D7DBDF; }
a { background-color: rgb(215,219,223); }
div.DivClassName
{
background-color: #D7DBDF;
}
.BgClassName
{
background-color: #D7DBDF;
}
</style>
border-color css
<style>
span { border-color: #D7DBDF; }
span { border-color: rgb(215,219,223); }
td.TdClassName
{
border-color: #D7DBDF;
}
.TagClassName
{
border-color: #D7DBDF;
}
</style>