Shades of Pattens Blue #DCE4E7
Tints of Pattens Blue #DCE4E7
RGB
CMYK
RGB Variations
Color information
#DCE4E7 (or 0xDCE4E7) is known color: Pattens Blue. HEX triplet: DC, E4 and E7. RGB value is (220,228,231). Sum of RGB (Red+Green+Blue) = 220+228+231=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 228 (89.45% from 255 or 33.58% from 679); Blue value is 231 (90.62% from 255 or 34.02% from 679); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCE4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE4E7 is #231B18. Grayscale: #E1E1E1. Windows color (decimal): -2300697 or 15197404. OLE color: 15197404.
HSL color Cylindrical-coordinate representation of color #DCE4E7: hue angle of 196.36º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCE4E7 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 228 | 231 | - |
CMYK | 0.05 | 0.01 | 0 | 0.09 |
HSL | 196.36º | 0.19% | 0.88% | - |
HSV(B) | 196.36º | 0.05% | 0.91% | - |
XYZ | 71.68 | 76.47 | 86.58 | - |
YUV | 225.95 | 130.85 | 123.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 228 | 231 | 0.05 | 0.01 | 0 | 0.09 | 196.36 | 0.19 | 0.88 |
Hex | DC | E4 | E7 | 5 | 1 | 0 | 9 | C4 | 13 | 58 |
Octal | 334 | 344 | 347 | 5 | 1 | 0 | 11 | 304 | 23 | 130 |
Binary | 11011100 | 11100100 | 11100111 | 101 | 1 | 0 | 1001 | 11000100 | 10011 | 1011000 |
Color Harmonies of #DCE4E7
Complementary color
Monochromatic Colors of #DCE4E7
Black with #DCE4E7
Text Example
Text Example
White with #DCE4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE4E7; }
p { color: rgb(220,228,231); }
H1.HeaderClassName
{
color: #DCE4E7;
}
.AnyTagClassName
{
color: #DCE4E7;
}
</style>
background-color css
<style>
a { background-color: #DCE4E7; }
a { background-color: rgb(220,228,231); }
div.DivClassName
{
background-color: #DCE4E7;
}
.BgClassName
{
background-color: #DCE4E7;
}
</style>
border-color css
<style>
span { border-color: #DCE4E7; }
span { border-color: rgb(220,228,231); }
td.TdClassName
{
border-color: #DCE4E7;
}
.TagClassName
{
border-color: #DCE4E7;
}
</style>