Shades of Pattens Blue #DCE3E5
Tints of Pattens Blue #DCE3E5
RGB
CMYK
RGB Variations
Color information
#DCE3E5 (or 0xDCE3E5) is known color: Pattens Blue. HEX triplet: DC, E3 and E5. RGB value is (220,227,229). Sum of RGB (Red+Green+Blue) = 220+227+229=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 227 (89.06% from 255 or 33.58% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCE3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE3E5 is #231C1A. Grayscale: #E1E1E1. Windows color (decimal): -2300955 or 15066076. OLE color: 15066076.
HSL color Cylindrical-coordinate representation of color #DCE3E5: hue angle of 193.33º degrees, saturation: 0.15, 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 #DCE3E5 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 227 | 229 | - |
CMYK | 0.04 | 0.01 | 0 | 0.10 |
HSL | 193.33º | 0.15% | 0.88% | - |
HSV(B) | 193.33º | 0.04% | 0.9% | - |
XYZ | 71.13 | 75.81 | 85.01 | - |
YUV | 225.14 | 130.18 | 124.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 227 | 229 | 0.04 | 0.01 | 0 | 0.10 | 193.33 | 0.15 | 0.88 |
Hex | DC | E3 | E5 | 4 | 1 | 0 | A | C1 | F | 58 |
Octal | 334 | 343 | 345 | 4 | 1 | 0 | 12 | 301 | 17 | 130 |
Binary | 11011100 | 11100011 | 11100101 | 100 | 1 | 0 | 1010 | 11000001 | 1111 | 1011000 |
Color Harmonies of #DCE3E5
Complementary color
Monochromatic Colors of #DCE3E5
Black with #DCE3E5
Text Example
Text Example
White with #DCE3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3E5; }
p { color: rgb(220,227,229); }
H1.HeaderClassName
{
color: #DCE3E5;
}
.AnyTagClassName
{
color: #DCE3E5;
}
</style>
background-color css
<style>
a { background-color: #DCE3E5; }
a { background-color: rgb(220,227,229); }
div.DivClassName
{
background-color: #DCE3E5;
}
.BgClassName
{
background-color: #DCE3E5;
}
</style>
border-color css
<style>
span { border-color: #DCE3E5; }
span { border-color: rgb(220,227,229); }
td.TdClassName
{
border-color: #DCE3E5;
}
.TagClassName
{
border-color: #DCE3E5;
}
</style>