Shades of Pattens Blue #DCE8EC
Tints of Pattens Blue #DCE8EC
RGB
CMYK
RGB Variations
Color information
#DCE8EC (or 0xDCE8EC) is known color: Pattens Blue. HEX triplet: DC, E8 and EC. RGB value is (220,232,236). Sum of RGB (Red+Green+Blue) = 220+232+236=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCE8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE8EC is #231713. Grayscale: #E4E4E4. Windows color (decimal): -2299668 or 15526108. OLE color: 15526108.
HSL color Cylindrical-coordinate representation of color #DCE8EC: hue angle of 195º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCE8EC is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 232 | 236 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.07 |
| HSL | 195º | 0.3% | 0.89% | - |
| HSV(B) | 195º | 0.07% | 0.93% | - |
| XYZ | 73.51 | 78.99 | 90.73 | - |
| YUV | 228.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 236 | 0.07 | 0.02 | 0 | 0.07 | 195 | 0.3 | 0.89 |
| Hex | DC | E8 | EC | 7 | 2 | 0 | 7 | C3 | 1E | 59 |
| Octal | 334 | 350 | 354 | 7 | 2 | 0 | 7 | 303 | 36 | 131 |
| Binary | 11011100 | 11101000 | 11101100 | 111 | 10 | 0 | 111 | 11000011 | 11110 | 1011001 |
Color Harmonies of #DCE8EC
Complementary color
Monochromatic Colors of #DCE8EC
Black with #DCE8EC
Text Example
Text Example
White with #DCE8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE8EC; }
p { color: rgb(220,232,236); }
H1.HeaderClassName
{
color: #DCE8EC;
}
.AnyTagClassName
{
color: #DCE8EC;
}
</style>
background-color css
<style>
a { background-color: #DCE8EC; }
a { background-color: rgb(220,232,236); }
div.DivClassName
{
background-color: #DCE8EC;
}
.BgClassName
{
background-color: #DCE8EC;
}
</style>
border-color css
<style>
span { border-color: #DCE8EC; }
span { border-color: rgb(220,232,236); }
td.TdClassName
{
border-color: #DCE8EC;
}
.TagClassName
{
border-color: #DCE8EC;
}
</style>