Shades of Pattens Blue #DCDEE0
Tints of Pattens Blue #DCDEE0
RGB
CMYK
RGB Variations
Color information
#DCDEE0 (or 0xDCDEE0) is known color: Pattens Blue. HEX triplet: DC, DE and E0. RGB value is (220,222,224). Sum of RGB (Red+Green+Blue) = 220+222+224=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCDEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEE0 is #23211F. Grayscale: #DDDDDD. Windows color (decimal): -2302240 or 14737116. OLE color: 14737116.
HSL color Cylindrical-coordinate representation of color #DCDEE0: hue angle of 210º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DCDEE0 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 222 | 224 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.12 |
| HSL | 210º | 0.06% | 0.87% | - |
| HSV(B) | 210º | 0.02% | 0.88% | - |
| XYZ | 69.09 | 72.84 | 80.94 | - |
| YUV | 221.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 224 | 0.02 | 0.01 | 0 | 0.12 | 210 | 0.06 | 0.87 |
| Hex | DC | DE | E0 | 2 | 1 | 0 | C | D2 | 6 | 57 |
| Octal | 334 | 336 | 340 | 2 | 1 | 0 | 14 | 322 | 6 | 127 |
| Binary | 11011100 | 11011110 | 11100000 | 10 | 1 | 0 | 1100 | 11010010 | 110 | 1010111 |
Color Harmonies of #DCDEE0
Complementary color
Monochromatic Colors of #DCDEE0
Black with #DCDEE0
Text Example
Text Example
White with #DCDEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEE0; }
p { color: rgb(220,222,224); }
H1.HeaderClassName
{
color: #DCDEE0;
}
.AnyTagClassName
{
color: #DCDEE0;
}
</style>
background-color css
<style>
a { background-color: #DCDEE0; }
a { background-color: rgb(220,222,224); }
div.DivClassName
{
background-color: #DCDEE0;
}
.BgClassName
{
background-color: #DCDEE0;
}
</style>
border-color css
<style>
span { border-color: #DCDEE0; }
span { border-color: rgb(220,222,224); }
td.TdClassName
{
border-color: #DCDEE0;
}
.TagClassName
{
border-color: #DCDEE0;
}
</style>