Shades of Pattens Blue #DCE7EC
Tints of Pattens Blue #DCE7EC
RGB
CMYK
RGB Variations
Color information
#DCE7EC (or 0xDCE7EC) is known color: Pattens Blue. HEX triplet: DC, E7 and EC. RGB value is (220,231,236). Sum of RGB (Red+Green+Blue) = 220+231+236=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 231 (90.62% from 255 or 33.62% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCE7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE7EC is #231813. Grayscale: #E4E4E4. Windows color (decimal): -2299924 or 15525852. OLE color: 15525852.
HSL color Cylindrical-coordinate representation of color #DCE7EC: hue angle of 198.75º 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 #DCE7EC is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 231 | 236 | - |
CMYK | 0.07 | 0.02 | 0 | 0.07 |
HSL | 198.75º | 0.3% | 0.89% | - |
HSV(B) | 198.75º | 0.07% | 0.93% | - |
XYZ | 73.23 | 78.42 | 90.63 | - |
YUV | 228.28 | 132.36 | 122.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 231 | 236 | 0.07 | 0.02 | 0 | 0.07 | 198.75 | 0.3 | 0.89 |
Hex | DC | E7 | EC | 7 | 2 | 0 | 7 | C7 | 1E | 59 |
Octal | 334 | 347 | 354 | 7 | 2 | 0 | 7 | 307 | 36 | 131 |
Binary | 11011100 | 11100111 | 11101100 | 111 | 10 | 0 | 111 | 11000111 | 11110 | 1011001 |
Color Harmonies of #DCE7EC
Complementary color
Monochromatic Colors of #DCE7EC
Black with #DCE7EC
Text Example
Text Example
White with #DCE7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE7EC; }
p { color: rgb(220,231,236); }
H1.HeaderClassName
{
color: #DCE7EC;
}
.AnyTagClassName
{
color: #DCE7EC;
}
</style>
background-color css
<style>
a { background-color: #DCE7EC; }
a { background-color: rgb(220,231,236); }
div.DivClassName
{
background-color: #DCE7EC;
}
.BgClassName
{
background-color: #DCE7EC;
}
</style>
border-color css
<style>
span { border-color: #DCE7EC; }
span { border-color: rgb(220,231,236); }
td.TdClassName
{
border-color: #DCE7EC;
}
.TagClassName
{
border-color: #DCE7EC;
}
</style>