Shades of Pattens Blue #DCE3E7
Tints of Pattens Blue #DCE3E7
RGB
CMYK
RGB Variations
Color information
#DCE3E7 (or 0xDCE3E7) is known color: Pattens Blue. HEX triplet: DC, E3 and E7. RGB value is (220,227,231). Sum of RGB (Red+Green+Blue) = 220+227+231=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 227 (89.06% from 255 or 33.48% from 678); Blue value is 231 (90.62% from 255 or 34.07% from 678); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCE3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE3E7 is #231C18. Grayscale: #E1E1E1. Windows color (decimal): -2300953 or 15197148. OLE color: 15197148.
HSL color Cylindrical-coordinate representation of color #DCE3E7: hue angle of 201.82º 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 #DCE3E7 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 227 | 231 | - |
CMYK | 0.05 | 0.02 | 0 | 0.09 |
HSL | 201.82º | 0.19% | 0.88% | - |
HSV(B) | 201.82º | 0.05% | 0.91% | - |
XYZ | 71.41 | 75.92 | 86.49 | - |
YUV | 225.36 | 131.18 | 124.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 227 | 231 | 0.05 | 0.02 | 0 | 0.09 | 201.82 | 0.19 | 0.88 |
Hex | DC | E3 | E7 | 5 | 2 | 0 | 9 | CA | 13 | 58 |
Octal | 334 | 343 | 347 | 5 | 2 | 0 | 11 | 312 | 23 | 130 |
Binary | 11011100 | 11100011 | 11100111 | 101 | 10 | 0 | 1001 | 11001010 | 10011 | 1011000 |
Color Harmonies of #DCE3E7
Complementary color
Monochromatic Colors of #DCE3E7
Black with #DCE3E7
Text Example
Text Example
White with #DCE3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3E7; }
p { color: rgb(220,227,231); }
H1.HeaderClassName
{
color: #DCE3E7;
}
.AnyTagClassName
{
color: #DCE3E7;
}
</style>
background-color css
<style>
a { background-color: #DCE3E7; }
a { background-color: rgb(220,227,231); }
div.DivClassName
{
background-color: #DCE3E7;
}
.BgClassName
{
background-color: #DCE3E7;
}
</style>
border-color css
<style>
span { border-color: #DCE3E7; }
span { border-color: rgb(220,227,231); }
td.TdClassName
{
border-color: #DCE3E7;
}
.TagClassName
{
border-color: #DCE3E7;
}
</style>