Shades of Pattens Blue #D2DCE1
Tints of Pattens Blue #D2DCE1
RGB
CMYK
RGB Variations
Color information
#D2DCE1 (or 0xD2DCE1) is known color: Pattens Blue. HEX triplet: D2, DC and E1. RGB value is (210,220,225). Sum of RGB (Red+Green+Blue) = 210+220+225=655 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.06% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 225 - color contains mainly: blue. Hex color #D2DCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCE1 is #2D231E. Grayscale: #D9D9D9. Windows color (decimal): -2958111 or 14802130. OLE color: 14802130.
HSL color Cylindrical-coordinate representation of color #D2DCE1: hue angle of 200º degrees, saturation: 0.2, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2DCE1 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 220 | 225 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.12 |
| HSL | 200º | 0.2% | 0.85% | - |
| HSV(B) | 200º | 0.07% | 0.88% | - |
| XYZ | 65.76 | 70.32 | 81.34 | - |
| YUV | 217.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 225 | 0.07 | 0.02 | 0 | 0.12 | 200 | 0.2 | 0.85 |
| Hex | D2 | DC | E1 | 7 | 2 | 0 | C | C8 | 14 | 55 |
| Octal | 322 | 334 | 341 | 7 | 2 | 0 | 14 | 310 | 24 | 125 |
| Binary | 11010010 | 11011100 | 11100001 | 111 | 10 | 0 | 1100 | 11001000 | 10100 | 1010101 |
Color Harmonies of #D2DCE1
Complementary color
Monochromatic Colors of #D2DCE1
Black with #D2DCE1
Text Example
Text Example
White with #D2DCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCE1; }
p { color: rgb(210,220,225); }
H1.HeaderClassName
{
color: #D2DCE1;
}
.AnyTagClassName
{
color: #D2DCE1;
}
</style>
background-color css
<style>
a { background-color: #D2DCE1; }
a { background-color: rgb(210,220,225); }
div.DivClassName
{
background-color: #D2DCE1;
}
.BgClassName
{
background-color: #D2DCE1;
}
</style>
border-color css
<style>
span { border-color: #D2DCE1; }
span { border-color: rgb(210,220,225); }
td.TdClassName
{
border-color: #D2DCE1;
}
.TagClassName
{
border-color: #D2DCE1;
}
</style>