Shades of Pattens Blue #DBEBF1
Tints of Pattens Blue #DBEBF1
RGB
CMYK
RGB Variations
Color information
#DBEBF1 (or 0xDBEBF1) is known color: Pattens Blue. HEX triplet: DB, EB and F1. RGB value is (219,235,241). Sum of RGB (Red+Green+Blue) = 219+235+241=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBEBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBF1 is #24140E. Grayscale: #E6E6E6. Windows color (decimal): -2364431 or 15854555. OLE color: 15854555.
HSL color Cylindrical-coordinate representation of color #DBEBF1: hue angle of 196.36º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBEBF1 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 235 | 241 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.05 |
| HSL | 196.36º | 0.44% | 0.9% | - |
| HSV(B) | 196.36º | 0.09% | 0.95% | - |
| XYZ | 74.8 | 80.83 | 94.88 | - |
| YUV | 230.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 241 | 0.09 | 0.02 | 0 | 0.05 | 196.36 | 0.44 | 0.9 |
| Hex | DB | EB | F1 | 9 | 2 | 0 | 5 | C4 | 2C | 5A |
| Octal | 333 | 353 | 361 | 11 | 2 | 0 | 5 | 304 | 54 | 132 |
| Binary | 11011011 | 11101011 | 11110001 | 1001 | 10 | 0 | 101 | 11000100 | 101100 | 1011010 |
Color Harmonies of #DBEBF1
Complementary color
Monochromatic Colors of #DBEBF1
Black with #DBEBF1
Text Example
Text Example
White with #DBEBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBF1; }
p { color: rgb(219,235,241); }
H1.HeaderClassName
{
color: #DBEBF1;
}
.AnyTagClassName
{
color: #DBEBF1;
}
</style>
background-color css
<style>
a { background-color: #DBEBF1; }
a { background-color: rgb(219,235,241); }
div.DivClassName
{
background-color: #DBEBF1;
}
.BgClassName
{
background-color: #DBEBF1;
}
</style>
border-color css
<style>
span { border-color: #DBEBF1; }
span { border-color: rgb(219,235,241); }
td.TdClassName
{
border-color: #DBEBF1;
}
.TagClassName
{
border-color: #DBEBF1;
}
</style>