Shades of Pattens Blue #DCE2E5
Tints of Pattens Blue #DCE2E5
RGB
CMYK
RGB Variations
Color information
#DCE2E5 (or 0xDCE2E5) is known color: Pattens Blue. HEX triplet: DC, E2 and E5. RGB value is (220,226,229). Sum of RGB (Red+Green+Blue) = 220+226+229=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCE2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE2E5 is #231D1A. Grayscale: #E0E0E0. Windows color (decimal): -2301211 or 15065820. OLE color: 15065820.
HSL color Cylindrical-coordinate representation of color #DCE2E5: hue angle of 200º 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 #DCE2E5 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 226 | 229 | - |
CMYK | 0.04 | 0.01 | 0 | 0.10 |
HSL | 200º | 0.15% | 0.88% | - |
HSV(B) | 200º | 0.04% | 0.9% | - |
XYZ | 70.85 | 75.27 | 84.92 | - |
YUV | 224.55 | 130.51 | 124.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 226 | 229 | 0.04 | 0.01 | 0 | 0.10 | 200 | 0.15 | 0.88 |
Hex | DC | E2 | E5 | 4 | 1 | 0 | A | C8 | F | 58 |
Octal | 334 | 342 | 345 | 4 | 1 | 0 | 12 | 310 | 17 | 130 |
Binary | 11011100 | 11100010 | 11100101 | 100 | 1 | 0 | 1010 | 11001000 | 1111 | 1011000 |
Color Harmonies of #DCE2E5
Complementary color
Monochromatic Colors of #DCE2E5
Black with #DCE2E5
Text Example
Text Example
White with #DCE2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE2E5; }
p { color: rgb(220,226,229); }
H1.HeaderClassName
{
color: #DCE2E5;
}
.AnyTagClassName
{
color: #DCE2E5;
}
</style>
background-color css
<style>
a { background-color: #DCE2E5; }
a { background-color: rgb(220,226,229); }
div.DivClassName
{
background-color: #DCE2E5;
}
.BgClassName
{
background-color: #DCE2E5;
}
</style>
border-color css
<style>
span { border-color: #DCE2E5; }
span { border-color: rgb(220,226,229); }
td.TdClassName
{
border-color: #DCE2E5;
}
.TagClassName
{
border-color: #DCE2E5;
}
</style>