Shades of Pattens Blue #DBE8EC
Tints of Pattens Blue #DBE8EC
RGB
CMYK
RGB Variations
Color information
#DBE8EC (or 0xDBE8EC) is known color: Pattens Blue. HEX triplet: DB, E8 and EC. RGB value is (219,232,236). Sum of RGB (Red+Green+Blue) = 219+232+236=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBE8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8EC is #241713. Grayscale: #E4E4E4. Windows color (decimal): -2365204 or 15526107. OLE color: 15526107.
HSL color Cylindrical-coordinate representation of color #DBE8EC: hue angle of 194.12º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBE8EC is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 232 | 236 | - |
CMYK | 0.07 | 0.02 | 0 | 0.07 |
HSL | 194.12º | 0.31% | 0.89% | - |
HSV(B) | 194.12º | 0.07% | 0.93% | - |
XYZ | 73.21 | 78.83 | 90.71 | - |
YUV | 228.57 | 132.19 | 121.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 232 | 236 | 0.07 | 0.02 | 0 | 0.07 | 194.12 | 0.31 | 0.89 |
Hex | DB | E8 | EC | 7 | 2 | 0 | 7 | C2 | 1F | 59 |
Octal | 333 | 350 | 354 | 7 | 2 | 0 | 7 | 302 | 37 | 131 |
Binary | 11011011 | 11101000 | 11101100 | 111 | 10 | 0 | 111 | 11000010 | 11111 | 1011001 |
Color Harmonies of #DBE8EC
Complementary color
Monochromatic Colors of #DBE8EC
Black with #DBE8EC
Text Example
Text Example
White with #DBE8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8EC; }
p { color: rgb(219,232,236); }
H1.HeaderClassName
{
color: #DBE8EC;
}
.AnyTagClassName
{
color: #DBE8EC;
}
</style>
background-color css
<style>
a { background-color: #DBE8EC; }
a { background-color: rgb(219,232,236); }
div.DivClassName
{
background-color: #DBE8EC;
}
.BgClassName
{
background-color: #DBE8EC;
}
</style>
border-color css
<style>
span { border-color: #DBE8EC; }
span { border-color: rgb(219,232,236); }
td.TdClassName
{
border-color: #DBE8EC;
}
.TagClassName
{
border-color: #DBE8EC;
}
</style>