Shades of Pattens Blue #DCE3E9
Tints of Pattens Blue #DCE3E9
RGB
CMYK
RGB Variations
Color information
#DCE3E9 (or 0xDCE3E9) is known color: Pattens Blue. HEX triplet: DC, E3 and E9. RGB value is (220,227,233). Sum of RGB (Red+Green+Blue) = 220+227+233=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 227 (89.06% from 255 or 33.38% from 680); Blue value is 233 (91.41% from 255 or 34.26% from 680); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCE3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE3E9 is #231C16. Grayscale: #E1E1E1. Windows color (decimal): -2300951 or 15328220. OLE color: 15328220.
HSL color Cylindrical-coordinate representation of color #DCE3E9: hue angle of 207.69º 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 #DCE3E9 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 227 | 233 | - |
CMYK | 0.06 | 0.03 | 0 | 0.09 |
HSL | 207.69º | 0.23% | 0.89% | - |
HSV(B) | 207.69º | 0.06% | 0.91% | - |
XYZ | 71.69 | 76.04 | 87.99 | - |
YUV | 225.59 | 132.18 | 124.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 227 | 233 | 0.06 | 0.03 | 0 | 0.09 | 207.69 | 0.23 | 0.89 |
Hex | DC | E3 | E9 | 6 | 3 | 0 | 9 | D0 | 17 | 59 |
Octal | 334 | 343 | 351 | 6 | 3 | 0 | 11 | 320 | 27 | 131 |
Binary | 11011100 | 11100011 | 11101001 | 110 | 11 | 0 | 1001 | 11010000 | 10111 | 1011001 |
Color Harmonies of #DCE3E9
Complementary color
Monochromatic Colors of #DCE3E9
Black with #DCE3E9
Text Example
Text Example
White with #DCE3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3E9; }
p { color: rgb(220,227,233); }
H1.HeaderClassName
{
color: #DCE3E9;
}
.AnyTagClassName
{
color: #DCE3E9;
}
</style>
background-color css
<style>
a { background-color: #DCE3E9; }
a { background-color: rgb(220,227,233); }
div.DivClassName
{
background-color: #DCE3E9;
}
.BgClassName
{
background-color: #DCE3E9;
}
</style>
border-color css
<style>
span { border-color: #DCE3E9; }
span { border-color: rgb(220,227,233); }
td.TdClassName
{
border-color: #DCE3E9;
}
.TagClassName
{
border-color: #DCE3E9;
}
</style>