Shades of Pattens Blue #D2DCE6
Tints of Pattens Blue #D2DCE6
RGB
CMYK
RGB Variations
Color information
#D2DCE6 (or 0xD2DCE6) is known color: Pattens Blue. HEX triplet: D2, DC and E6. RGB value is (210,220,230). Sum of RGB (Red+Green+Blue) = 210+220+230=660 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.82% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 230 - color contains mainly: blue. Hex color #D2DCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCE6 is #2D2319. Grayscale: #DADADA. Windows color (decimal): -2958106 or 15129810. OLE color: 15129810.
HSL color Cylindrical-coordinate representation of color #D2DCE6: hue angle of 210º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2DCE6 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 220 | 230 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.10 |
| HSL | 210º | 0.29% | 0.86% | - |
| HSV(B) | 210º | 0.09% | 0.9% | - |
| XYZ | 66.45 | 70.6 | 84.99 | - |
| YUV | 218.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 230 | 0.09 | 0.04 | 0 | 0.10 | 210 | 0.29 | 0.86 |
| Hex | D2 | DC | E6 | 9 | 4 | 0 | A | D2 | 1D | 56 |
| Octal | 322 | 334 | 346 | 11 | 4 | 0 | 12 | 322 | 35 | 126 |
| Binary | 11010010 | 11011100 | 11100110 | 1001 | 100 | 0 | 1010 | 11010010 | 11101 | 1010110 |
Color Harmonies of #D2DCE6
Complementary color
Monochromatic Colors of #D2DCE6
Black with #D2DCE6
Text Example
Text Example
White with #D2DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCE6; }
p { color: rgb(210,220,230); }
H1.HeaderClassName
{
color: #D2DCE6;
}
.AnyTagClassName
{
color: #D2DCE6;
}
</style>
background-color css
<style>
a { background-color: #D2DCE6; }
a { background-color: rgb(210,220,230); }
div.DivClassName
{
background-color: #D2DCE6;
}
.BgClassName
{
background-color: #D2DCE6;
}
</style>
border-color css
<style>
span { border-color: #D2DCE6; }
span { border-color: rgb(210,220,230); }
td.TdClassName
{
border-color: #D2DCE6;
}
.TagClassName
{
border-color: #D2DCE6;
}
</style>