Shades of Pattens Blue #DCE6EC
Tints of Pattens Blue #DCE6EC
RGB
CMYK
RGB Variations
Color information
#DCE6EC (or 0xDCE6EC) is known color: Pattens Blue. HEX triplet: DC, E6 and EC. RGB value is (220,230,236). Sum of RGB (Red+Green+Blue) = 220+230+236=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCE6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE6EC is #231913. Grayscale: #E3E3E3. Windows color (decimal): -2300180 or 15525596. OLE color: 15525596.
HSL color Cylindrical-coordinate representation of color #DCE6EC: hue angle of 202.5º 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 #DCE6EC is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 230 | 236 | - |
CMYK | 0.07 | 0.03 | 0 | 0.07 |
HSL | 202.5º | 0.3% | 0.89% | - |
HSV(B) | 202.5º | 0.07% | 0.93% | - |
XYZ | 72.95 | 77.87 | 90.54 | - |
YUV | 227.69 | 132.69 | 122.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 230 | 236 | 0.07 | 0.03 | 0 | 0.07 | 202.5 | 0.3 | 0.89 |
Hex | DC | E6 | EC | 7 | 3 | 0 | 7 | CA | 1E | 59 |
Octal | 334 | 346 | 354 | 7 | 3 | 0 | 7 | 312 | 36 | 131 |
Binary | 11011100 | 11100110 | 11101100 | 111 | 11 | 0 | 111 | 11001010 | 11110 | 1011001 |
Color Harmonies of #DCE6EC
Complementary color
Monochromatic Colors of #DCE6EC
Black with #DCE6EC
Text Example
Text Example
White with #DCE6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE6EC; }
p { color: rgb(220,230,236); }
H1.HeaderClassName
{
color: #DCE6EC;
}
.AnyTagClassName
{
color: #DCE6EC;
}
</style>
background-color css
<style>
a { background-color: #DCE6EC; }
a { background-color: rgb(220,230,236); }
div.DivClassName
{
background-color: #DCE6EC;
}
.BgClassName
{
background-color: #DCE6EC;
}
</style>
border-color css
<style>
span { border-color: #DCE6EC; }
span { border-color: rgb(220,230,236); }
td.TdClassName
{
border-color: #DCE6EC;
}
.TagClassName
{
border-color: #DCE6EC;
}
</style>