Shades of Pattens Blue #DBEBEF
Tints of Pattens Blue #DBEBEF
RGB
CMYK
RGB Variations
Color information
#DBEBEF (or 0xDBEBEF) is known color: Pattens Blue. HEX triplet: DB, EB and EF. RGB value is (219,235,239). Sum of RGB (Red+Green+Blue) = 219+235+239=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBEBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBEF is #241410. Grayscale: #E6E6E6. Windows color (decimal): -2364433 or 15723483. OLE color: 15723483.
HSL color Cylindrical-coordinate representation of color #DBEBEF: hue angle of 192º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEBEF is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 235 | 239 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.06 |
| HSL | 192º | 0.38% | 0.9% | - |
| HSV(B) | 192º | 0.08% | 0.94% | - |
| XYZ | 74.5 | 80.71 | 93.31 | - |
| YUV | 230.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 239 | 0.08 | 0.02 | 0 | 0.06 | 192 | 0.38 | 0.9 |
| Hex | DB | EB | EF | 8 | 2 | 0 | 6 | C0 | 26 | 5A |
| Octal | 333 | 353 | 357 | 10 | 2 | 0 | 6 | 300 | 46 | 132 |
| Binary | 11011011 | 11101011 | 11101111 | 1000 | 10 | 0 | 110 | 11000000 | 100110 | 1011010 |
Color Harmonies of #DBEBEF
Complementary color
Monochromatic Colors of #DBEBEF
Black with #DBEBEF
Text Example
Text Example
White with #DBEBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBEF; }
p { color: rgb(219,235,239); }
H1.HeaderClassName
{
color: #DBEBEF;
}
.AnyTagClassName
{
color: #DBEBEF;
}
</style>
background-color css
<style>
a { background-color: #DBEBEF; }
a { background-color: rgb(219,235,239); }
div.DivClassName
{
background-color: #DBEBEF;
}
.BgClassName
{
background-color: #DBEBEF;
}
</style>
border-color css
<style>
span { border-color: #DBEBEF; }
span { border-color: rgb(219,235,239); }
td.TdClassName
{
border-color: #DBEBEF;
}
.TagClassName
{
border-color: #DBEBEF;
}
</style>