Shades of Pattens Blue #DCE5E9
Tints of Pattens Blue #DCE5E9
RGB
CMYK
RGB Variations
Color information
#DCE5E9 (or 0xDCE5E9) is known color: Pattens Blue. HEX triplet: DC, E5 and E9. RGB value is (220,229,233). Sum of RGB (Red+Green+Blue) = 220+229+233=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCE5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5E9 is #231A16. Grayscale: #E2E2E2. Windows color (decimal): -2300439 or 15328732. OLE color: 15328732.
HSL color Cylindrical-coordinate representation of color #DCE5E9: hue angle of 198.46º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE5E9 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 229 | 233 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.09 |
| HSL | 198.46º | 0.23% | 0.89% | - |
| HSV(B) | 198.46º | 0.06% | 0.91% | - |
| XYZ | 72.24 | 77.14 | 88.17 | - |
| YUV | 226.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 233 | 0.06 | 0.02 | 0 | 0.09 | 198.46 | 0.23 | 0.89 |
| Hex | DC | E5 | E9 | 6 | 2 | 0 | 9 | C6 | 17 | 59 |
| Octal | 334 | 345 | 351 | 6 | 2 | 0 | 11 | 306 | 27 | 131 |
| Binary | 11011100 | 11100101 | 11101001 | 110 | 10 | 0 | 1001 | 11000110 | 10111 | 1011001 |
Color Harmonies of #DCE5E9
Complementary color
Monochromatic Colors of #DCE5E9
Black with #DCE5E9
Text Example
Text Example
White with #DCE5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5E9; }
p { color: rgb(220,229,233); }
H1.HeaderClassName
{
color: #DCE5E9;
}
.AnyTagClassName
{
color: #DCE5E9;
}
</style>
background-color css
<style>
a { background-color: #DCE5E9; }
a { background-color: rgb(220,229,233); }
div.DivClassName
{
background-color: #DCE5E9;
}
.BgClassName
{
background-color: #DCE5E9;
}
</style>
border-color css
<style>
span { border-color: #DCE5E9; }
span { border-color: rgb(220,229,233); }
td.TdClassName
{
border-color: #DCE5E9;
}
.TagClassName
{
border-color: #DCE5E9;
}
</style>