Shades of Pattens Blue #DBEBF6
Tints of Pattens Blue #DBEBF6
RGB
CMYK
RGB Variations
Color information
#DBEBF6 (or 0xDBEBF6) is known color: Pattens Blue. HEX triplet: DB, EB and F6. RGB value is (219,235,246). Sum of RGB (Red+Green+Blue) = 219+235+246=700 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.29% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 246 (96.48% from 255 or 35.14% from 700); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBEBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBF6 is #241409. Grayscale: #E7E7E7. Windows color (decimal): -2364426 or 16182235. OLE color: 16182235.
HSL color Cylindrical-coordinate representation of color #DBEBF6: hue angle of 204.44º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBEBF6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 235 | 246 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.04 |
| HSL | 204.44º | 0.6% | 0.91% | - |
| HSV(B) | 204.44º | 0.11% | 0.96% | - |
| XYZ | 75.56 | 81.13 | 98.87 | - |
| YUV | 231.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 246 | 0.11 | 0.04 | 0 | 0.04 | 204.44 | 0.6 | 0.91 |
| Hex | DB | EB | F6 | B | 4 | 0 | 4 | CC | 3C | 5B |
| Octal | 333 | 353 | 366 | 13 | 4 | 0 | 4 | 314 | 74 | 133 |
| Binary | 11011011 | 11101011 | 11110110 | 1011 | 100 | 0 | 100 | 11001100 | 111100 | 1011011 |
Color Harmonies of #DBEBF6
Complementary color
Monochromatic Colors of #DBEBF6
Black with #DBEBF6
Text Example
Text Example
White with #DBEBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBF6; }
p { color: rgb(219,235,246); }
H1.HeaderClassName
{
color: #DBEBF6;
}
.AnyTagClassName
{
color: #DBEBF6;
}
</style>
background-color css
<style>
a { background-color: #DBEBF6; }
a { background-color: rgb(219,235,246); }
div.DivClassName
{
background-color: #DBEBF6;
}
.BgClassName
{
background-color: #DBEBF6;
}
</style>
border-color css
<style>
span { border-color: #DBEBF6; }
span { border-color: rgb(219,235,246); }
td.TdClassName
{
border-color: #DBEBF6;
}
.TagClassName
{
border-color: #DBEBF6;
}
</style>