Shades of Pattens Blue #DCE2E7
Tints of Pattens Blue #DCE2E7
RGB
CMYK
RGB Variations
Color information
#DCE2E7 (or 0xDCE2E7) is known color: Pattens Blue. HEX triplet: DC, E2 and E7. RGB value is (220,226,231). Sum of RGB (Red+Green+Blue) = 220+226+231=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 231 (90.62% from 255 or 34.12% from 677); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCE2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE2E7 is #231D18. Grayscale: #E0E0E0. Windows color (decimal): -2301209 or 15196892. OLE color: 15196892.
HSL color Cylindrical-coordinate representation of color #DCE2E7: hue angle of 207.27º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCE2E7 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 226 | 231 | - |
CMYK | 0.05 | 0.02 | 0 | 0.09 |
HSL | 207.27º | 0.19% | 0.88% | - |
HSV(B) | 207.27º | 0.05% | 0.91% | - |
XYZ | 71.14 | 75.38 | 86.4 | - |
YUV | 224.78 | 131.51 | 124.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 226 | 231 | 0.05 | 0.02 | 0 | 0.09 | 207.27 | 0.19 | 0.88 |
Hex | DC | E2 | E7 | 5 | 2 | 0 | 9 | CF | 13 | 58 |
Octal | 334 | 342 | 347 | 5 | 2 | 0 | 11 | 317 | 23 | 130 |
Binary | 11011100 | 11100010 | 11100111 | 101 | 10 | 0 | 1001 | 11001111 | 10011 | 1011000 |
Color Harmonies of #DCE2E7
Complementary color
Monochromatic Colors of #DCE2E7
Black with #DCE2E7
Text Example
Text Example
White with #DCE2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE2E7; }
p { color: rgb(220,226,231); }
H1.HeaderClassName
{
color: #DCE2E7;
}
.AnyTagClassName
{
color: #DCE2E7;
}
</style>
background-color css
<style>
a { background-color: #DCE2E7; }
a { background-color: rgb(220,226,231); }
div.DivClassName
{
background-color: #DCE2E7;
}
.BgClassName
{
background-color: #DCE2E7;
}
</style>
border-color css
<style>
span { border-color: #DCE2E7; }
span { border-color: rgb(220,226,231); }
td.TdClassName
{
border-color: #DCE2E7;
}
.TagClassName
{
border-color: #DCE2E7;
}
</style>