Shades of Pattens Blue #DCE1E6
Tints of Pattens Blue #DCE1E6
RGB
CMYK
RGB Variations
Color information
#DCE1E6 (or 0xDCE1E6) is known color: Pattens Blue. HEX triplet: DC, E1 and E6. RGB value is (220,225,230). Sum of RGB (Red+Green+Blue) = 220+225+230=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 225 (88.28% from 255 or 33.33% from 675); Blue value is 230 (90.23% from 255 or 34.07% from 675); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCE1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE1E6 is #231E19. Grayscale: #E0E0E0. Windows color (decimal): -2301466 or 15131100. OLE color: 15131100.
HSL color Cylindrical-coordinate representation of color #DCE1E6: hue angle of 210º 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 #DCE1E6 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 225 | 230 | - |
CMYK | 0.04 | 0.02 | 0 | 0.10 |
HSL | 210º | 0.17% | 0.88% | - |
HSV(B) | 210º | 0.04% | 0.9% | - |
XYZ | 70.72 | 74.78 | 85.57 | - |
YUV | 224.08 | 131.34 | 125.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 225 | 230 | 0.04 | 0.02 | 0 | 0.10 | 210 | 0.17 | 0.88 |
Hex | DC | E1 | E6 | 4 | 2 | 0 | A | D2 | 11 | 58 |
Octal | 334 | 341 | 346 | 4 | 2 | 0 | 12 | 322 | 21 | 130 |
Binary | 11011100 | 11100001 | 11100110 | 100 | 10 | 0 | 1010 | 11010010 | 10001 | 1011000 |
Color Harmonies of #DCE1E6
Complementary color
Monochromatic Colors of #DCE1E6
Black with #DCE1E6
Text Example
Text Example
White with #DCE1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1E6; }
p { color: rgb(220,225,230); }
H1.HeaderClassName
{
color: #DCE1E6;
}
.AnyTagClassName
{
color: #DCE1E6;
}
</style>
background-color css
<style>
a { background-color: #DCE1E6; }
a { background-color: rgb(220,225,230); }
div.DivClassName
{
background-color: #DCE1E6;
}
.BgClassName
{
background-color: #DCE1E6;
}
</style>
border-color css
<style>
span { border-color: #DCE1E6; }
span { border-color: rgb(220,225,230); }
td.TdClassName
{
border-color: #DCE1E6;
}
.TagClassName
{
border-color: #DCE1E6;
}
</style>