Shades of Pattens Blue #DBE6EC
Tints of Pattens Blue #DBE6EC
RGB
CMYK
RGB Variations
Color information
#DBE6EC (or 0xDBE6EC) is known color: Pattens Blue. HEX triplet: DB, E6 and EC. RGB value is (219,230,236). Sum of RGB (Red+Green+Blue) = 219+230+236=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 230 (90.23% from 255 or 33.58% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBE6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE6EC is #241913. Grayscale: #E3E3E3. Windows color (decimal): -2365716 or 15525595. OLE color: 15525595.
HSL color Cylindrical-coordinate representation of color #DBE6EC: hue angle of 201.18º 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 #DBE6EC is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 230 | 236 | - |
CMYK | 0.07 | 0.03 | 0 | 0.07 |
HSL | 201.18º | 0.31% | 0.89% | - |
HSV(B) | 201.18º | 0.07% | 0.93% | - |
XYZ | 72.65 | 77.71 | 90.53 | - |
YUV | 227.4 | 132.86 | 122.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 230 | 236 | 0.07 | 0.03 | 0 | 0.07 | 201.18 | 0.31 | 0.89 |
Hex | DB | E6 | EC | 7 | 3 | 0 | 7 | C9 | 1F | 59 |
Octal | 333 | 346 | 354 | 7 | 3 | 0 | 7 | 311 | 37 | 131 |
Binary | 11011011 | 11100110 | 11101100 | 111 | 11 | 0 | 111 | 11001001 | 11111 | 1011001 |
Color Harmonies of #DBE6EC
Complementary color
Monochromatic Colors of #DBE6EC
Black with #DBE6EC
Text Example
Text Example
White with #DBE6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6EC; }
p { color: rgb(219,230,236); }
H1.HeaderClassName
{
color: #DBE6EC;
}
.AnyTagClassName
{
color: #DBE6EC;
}
</style>
background-color css
<style>
a { background-color: #DBE6EC; }
a { background-color: rgb(219,230,236); }
div.DivClassName
{
background-color: #DBE6EC;
}
.BgClassName
{
background-color: #DBE6EC;
}
</style>
border-color css
<style>
span { border-color: #DBE6EC; }
span { border-color: rgb(219,230,236); }
td.TdClassName
{
border-color: #DBE6EC;
}
.TagClassName
{
border-color: #DBE6EC;
}
</style>