Shades of Pattens Blue #D7DADC
Tints of Pattens Blue #D7DADC
RGB
CMYK
RGB Variations
Color information
#D7DADC (or 0xD7DADC) is known color: Pattens Blue. HEX triplet: D7, DA and DC. RGB value is (215,218,220). Sum of RGB (Red+Green+Blue) = 215+218+220=653 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.92% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DADC is #282523. Grayscale: #D9D9D9. Windows color (decimal): -2630948 or 14473943. OLE color: 14473943.
HSL color Cylindrical-coordinate representation of color #D7DADC: hue angle of 204º degrees, saturation: 0.07, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D7DADC is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 215 | 218 | 220 | - |
CMYK | 0.02 | 0.01 | 0 | 0.14 |
HSL | 204º | 0.07% | 0.85% | - |
HSV(B) | 204º | 0.02% | 0.86% | - |
XYZ | 66.01 | 69.76 | 77.7 | - |
YUV | 217.33 | 129.51 | 126.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 218 | 220 | 0.02 | 0.01 | 0 | 0.14 | 204 | 0.07 | 0.85 |
Hex | D7 | DA | DC | 2 | 1 | 0 | E | CC | 7 | 55 |
Octal | 327 | 332 | 334 | 2 | 1 | 0 | 16 | 314 | 7 | 125 |
Binary | 11010111 | 11011010 | 11011100 | 10 | 1 | 0 | 1110 | 11001100 | 111 | 1010101 |
Color Harmonies of #D7DADC
Complementary color
Monochromatic Colors of #D7DADC
Black with #D7DADC
Text Example
Text Example
White with #D7DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DADC; }
p { color: rgb(215,218,220); }
H1.HeaderClassName
{
color: #D7DADC;
}
.AnyTagClassName
{
color: #D7DADC;
}
</style>
background-color css
<style>
a { background-color: #D7DADC; }
a { background-color: rgb(215,218,220); }
div.DivClassName
{
background-color: #D7DADC;
}
.BgClassName
{
background-color: #D7DADC;
}
</style>
border-color css
<style>
span { border-color: #D7DADC; }
span { border-color: rgb(215,218,220); }
td.TdClassName
{
border-color: #D7DADC;
}
.TagClassName
{
border-color: #D7DADC;
}
</style>