Shades of Pattens Blue #DBEBF0
Tints of Pattens Blue #DBEBF0
RGB
CMYK
RGB Variations
Color information
#DBEBF0 (or 0xDBEBF0) is known color: Pattens Blue. HEX triplet: DB, EB and F0. RGB value is (219,235,240). Sum of RGB (Red+Green+Blue) = 219+235+240=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 240 (94.14% from 255 or 34.58% from 694); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBEBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBF0 is #24140F. Grayscale: #E6E6E6. Windows color (decimal): -2364432 or 15789019. OLE color: 15789019.
HSL color Cylindrical-coordinate representation of color #DBEBF0: hue angle of 194.29º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBEBF0 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 235 | 240 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.06 |
| HSL | 194.29º | 0.41% | 0.9% | - |
| HSV(B) | 194.29º | 0.09% | 0.94% | - |
| XYZ | 74.65 | 80.77 | 94.09 | - |
| YUV | 230.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 240 | 0.09 | 0.02 | 0 | 0.06 | 194.29 | 0.41 | 0.9 |
| Hex | DB | EB | F0 | 9 | 2 | 0 | 6 | C2 | 29 | 5A |
| Octal | 333 | 353 | 360 | 11 | 2 | 0 | 6 | 302 | 51 | 132 |
| Binary | 11011011 | 11101011 | 11110000 | 1001 | 10 | 0 | 110 | 11000010 | 101001 | 1011010 |
Color Harmonies of #DBEBF0
Complementary color
Monochromatic Colors of #DBEBF0
Black with #DBEBF0
Text Example
Text Example
White with #DBEBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBF0; }
p { color: rgb(219,235,240); }
H1.HeaderClassName
{
color: #DBEBF0;
}
.AnyTagClassName
{
color: #DBEBF0;
}
</style>
background-color css
<style>
a { background-color: #DBEBF0; }
a { background-color: rgb(219,235,240); }
div.DivClassName
{
background-color: #DBEBF0;
}
.BgClassName
{
background-color: #DBEBF0;
}
</style>
border-color css
<style>
span { border-color: #DBEBF0; }
span { border-color: rgb(219,235,240); }
td.TdClassName
{
border-color: #DBEBF0;
}
.TagClassName
{
border-color: #DBEBF0;
}
</style>