Shades of Pattens Blue #DCE3E6
Tints of Pattens Blue #DCE3E6
RGB
CMYK
RGB Variations
Color information
#DCE3E6 (or 0xDCE3E6) is known color: Pattens Blue. HEX triplet: DC, E3 and E6. RGB value is (220,227,230). Sum of RGB (Red+Green+Blue) = 220+227+230=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 227 (89.06% from 255 or 33.53% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCE3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE3E6 is #231C19. Grayscale: #E1E1E1. Windows color (decimal): -2300954 or 15131612. OLE color: 15131612.
HSL color Cylindrical-coordinate representation of color #DCE3E6: hue angle of 198º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCE3E6 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 227 | 230 | - |
CMYK | 0.04 | 0.01 | 0 | 0.10 |
HSL | 198º | 0.17% | 0.88% | - |
HSV(B) | 198º | 0.04% | 0.9% | - |
XYZ | 71.27 | 75.87 | 85.75 | - |
YUV | 225.25 | 130.68 | 124.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 227 | 230 | 0.04 | 0.01 | 0 | 0.10 | 198 | 0.17 | 0.88 |
Hex | DC | E3 | E6 | 4 | 1 | 0 | A | C6 | 11 | 58 |
Octal | 334 | 343 | 346 | 4 | 1 | 0 | 12 | 306 | 21 | 130 |
Binary | 11011100 | 11100011 | 11100110 | 100 | 1 | 0 | 1010 | 11000110 | 10001 | 1011000 |
Color Harmonies of #DCE3E6
Complementary color
Monochromatic Colors of #DCE3E6
Black with #DCE3E6
Text Example
Text Example
White with #DCE3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3E6; }
p { color: rgb(220,227,230); }
H1.HeaderClassName
{
color: #DCE3E6;
}
.AnyTagClassName
{
color: #DCE3E6;
}
</style>
background-color css
<style>
a { background-color: #DCE3E6; }
a { background-color: rgb(220,227,230); }
div.DivClassName
{
background-color: #DCE3E6;
}
.BgClassName
{
background-color: #DCE3E6;
}
</style>
border-color css
<style>
span { border-color: #DCE3E6; }
span { border-color: rgb(220,227,230); }
td.TdClassName
{
border-color: #DCE3E6;
}
.TagClassName
{
border-color: #DCE3E6;
}
</style>