Shades of Pattens Blue #DCE2E9
Tints of Pattens Blue #DCE2E9
RGB
CMYK
RGB Variations
Color information
#DCE2E9 (or 0xDCE2E9) is known color: Pattens Blue. HEX triplet: DC, E2 and E9. RGB value is (220,226,233). Sum of RGB (Red+Green+Blue) = 220+226+233=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 233 (91.41% from 255 or 34.32% from 679); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCE2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE2E9 is #231D16. Grayscale: #E0E0E0. Windows color (decimal): -2301207 or 15327964. OLE color: 15327964.
HSL color Cylindrical-coordinate representation of color #DCE2E9: hue angle of 212.31º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE2E9 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 226 | 233 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.09 |
| HSL | 212.31º | 0.23% | 0.89% | - |
| HSV(B) | 212.31º | 0.06% | 0.91% | - |
| XYZ | 71.42 | 75.49 | 87.9 | - |
| YUV | 225 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 233 | 0.06 | 0.03 | 0 | 0.09 | 212.31 | 0.23 | 0.89 |
| Hex | DC | E2 | E9 | 6 | 3 | 0 | 9 | D4 | 17 | 59 |
| Octal | 334 | 342 | 351 | 6 | 3 | 0 | 11 | 324 | 27 | 131 |
| Binary | 11011100 | 11100010 | 11101001 | 110 | 11 | 0 | 1001 | 11010100 | 10111 | 1011001 |
Color Harmonies of #DCE2E9
Complementary color
Monochromatic Colors of #DCE2E9
Black with #DCE2E9
Text Example
Text Example
White with #DCE2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE2E9; }
p { color: rgb(220,226,233); }
H1.HeaderClassName
{
color: #DCE2E9;
}
.AnyTagClassName
{
color: #DCE2E9;
}
</style>
background-color css
<style>
a { background-color: #DCE2E9; }
a { background-color: rgb(220,226,233); }
div.DivClassName
{
background-color: #DCE2E9;
}
.BgClassName
{
background-color: #DCE2E9;
}
</style>
border-color css
<style>
span { border-color: #DCE2E9; }
span { border-color: rgb(220,226,233); }
td.TdClassName
{
border-color: #DCE2E9;
}
.TagClassName
{
border-color: #DCE2E9;
}
</style>