Shades of Pattens Blue #DBEBF2
Tints of Pattens Blue #DBEBF2
RGB
CMYK
RGB Variations
Color information
#DBEBF2 (or 0xDBEBF2) is known color: Pattens Blue. HEX triplet: DB, EB and F2. RGB value is (219,235,242). Sum of RGB (Red+Green+Blue) = 219+235+242=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 242 (94.92% from 255 or 34.77% from 696); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBEBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBF2 is #24140D. Grayscale: #E6E6E6. Windows color (decimal): -2364430 or 15920091. OLE color: 15920091.
HSL color Cylindrical-coordinate representation of color #DBEBF2: hue angle of 198.26º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEBF2 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 235 | 242 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.05 |
| HSL | 198.26º | 0.47% | 0.9% | - |
| HSV(B) | 198.26º | 0.1% | 0.95% | - |
| XYZ | 74.95 | 80.89 | 95.67 | - |
| YUV | 231.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 242 | 0.10 | 0.03 | 0 | 0.05 | 198.26 | 0.47 | 0.9 |
| Hex | DB | EB | F2 | A | 3 | 0 | 5 | C6 | 2F | 5A |
| Octal | 333 | 353 | 362 | 12 | 3 | 0 | 5 | 306 | 57 | 132 |
| Binary | 11011011 | 11101011 | 11110010 | 1010 | 11 | 0 | 101 | 11000110 | 101111 | 1011010 |
Color Harmonies of #DBEBF2
Complementary color
Monochromatic Colors of #DBEBF2
Black with #DBEBF2
Text Example
Text Example
White with #DBEBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBF2; }
p { color: rgb(219,235,242); }
H1.HeaderClassName
{
color: #DBEBF2;
}
.AnyTagClassName
{
color: #DBEBF2;
}
</style>
background-color css
<style>
a { background-color: #DBEBF2; }
a { background-color: rgb(219,235,242); }
div.DivClassName
{
background-color: #DBEBF2;
}
.BgClassName
{
background-color: #DBEBF2;
}
</style>
border-color css
<style>
span { border-color: #DBEBF2; }
span { border-color: rgb(219,235,242); }
td.TdClassName
{
border-color: #DBEBF2;
}
.TagClassName
{
border-color: #DBEBF2;
}
</style>