Shades of Pattens Blue #DCE8EB
Tints of Pattens Blue #DCE8EB
RGB
CMYK
RGB Variations
Color information
#DCE8EB (or 0xDCE8EB) is known color: Pattens Blue. HEX triplet: DC, E8 and EB. RGB value is (220,232,235). Sum of RGB (Red+Green+Blue) = 220+232+235=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCE8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE8EB is #231714. Grayscale: #E4E4E4. Windows color (decimal): -2299669 or 15460572. OLE color: 15460572.
HSL color Cylindrical-coordinate representation of color #DCE8EB: hue angle of 192º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE8EB is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 220 | 232 | 235 | - |
CMYK | 0.06 | 0.01 | 0 | 0.08 |
HSL | 192º | 0.27% | 0.89% | - |
HSV(B) | 192º | 0.06% | 0.92% | - |
XYZ | 73.37 | 78.93 | 89.96 | - |
YUV | 228.75 | 131.52 | 121.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 232 | 235 | 0.06 | 0.01 | 0 | 0.08 | 192 | 0.27 | 0.89 |
Hex | DC | E8 | EB | 6 | 1 | 0 | 8 | C0 | 1B | 59 |
Octal | 334 | 350 | 353 | 6 | 1 | 0 | 10 | 300 | 33 | 131 |
Binary | 11011100 | 11101000 | 11101011 | 110 | 1 | 0 | 1000 | 11000000 | 11011 | 1011001 |
Color Harmonies of #DCE8EB
Complementary color
Monochromatic Colors of #DCE8EB
Black with #DCE8EB
Text Example
Text Example
White with #DCE8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE8EB; }
p { color: rgb(220,232,235); }
H1.HeaderClassName
{
color: #DCE8EB;
}
.AnyTagClassName
{
color: #DCE8EB;
}
</style>
background-color css
<style>
a { background-color: #DCE8EB; }
a { background-color: rgb(220,232,235); }
div.DivClassName
{
background-color: #DCE8EB;
}
.BgClassName
{
background-color: #DCE8EB;
}
</style>
border-color css
<style>
span { border-color: #DCE8EB; }
span { border-color: rgb(220,232,235); }
td.TdClassName
{
border-color: #DCE8EB;
}
.TagClassName
{
border-color: #DCE8EB;
}
</style>