Shades of Pattens Blue #DCE1E3
Tints of Pattens Blue #DCE1E3
RGB
CMYK
RGB Variations
Color information
#DCE1E3 (or 0xDCE1E3) is known color: Pattens Blue. HEX triplet: DC, E1 and E3. RGB value is (220,225,227). Sum of RGB (Red+Green+Blue) = 220+225+227=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 227 (89.06% from 255 or 33.78% from 672); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCE1E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1E3 is #231E1C. Grayscale: #DFDFDF. Windows color (decimal): -2301469 or 14934492. OLE color: 14934492.
HSL color Cylindrical-coordinate representation of color #DCE1E3: hue angle of 197.14º degrees, saturation: 0.11, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCE1E3 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 225 | 227 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.11 |
| HSL | 197.14º | 0.11% | 0.88% | - |
| HSV(B) | 197.14º | 0.03% | 0.89% | - |
| XYZ | 70.31 | 74.61 | 83.37 | - |
| YUV | 223.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 227 | 0.03 | 0.01 | 0 | 0.11 | 197.14 | 0.11 | 0.88 |
| Hex | DC | E1 | E3 | 3 | 1 | 0 | B | C5 | B | 58 |
| Octal | 334 | 341 | 343 | 3 | 1 | 0 | 13 | 305 | 13 | 130 |
| Binary | 11011100 | 11100001 | 11100011 | 11 | 1 | 0 | 1011 | 11000101 | 1011 | 1011000 |
Color Harmonies of #DCE1E3
Complementary color
Monochromatic Colors of #DCE1E3
Black with #DCE1E3
Text Example
Text Example
White with #DCE1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1E3; }
p { color: rgb(220,225,227); }
H1.HeaderClassName
{
color: #DCE1E3;
}
.AnyTagClassName
{
color: #DCE1E3;
}
</style>
background-color css
<style>
a { background-color: #DCE1E3; }
a { background-color: rgb(220,225,227); }
div.DivClassName
{
background-color: #DCE1E3;
}
.BgClassName
{
background-color: #DCE1E3;
}
</style>
border-color css
<style>
span { border-color: #DCE1E3; }
span { border-color: rgb(220,225,227); }
td.TdClassName
{
border-color: #DCE1E3;
}
.TagClassName
{
border-color: #DCE1E3;
}
</style>