Shades of Pattens Blue #DBEDF2
Tints of Pattens Blue #DBEDF2
RGB
CMYK
RGB Variations
Color information
#DBEDF2 (or 0xDBEDF2) is known color: Pattens Blue. HEX triplet: DB, ED and F2. RGB value is (219,237,242). Sum of RGB (Red+Green+Blue) = 219+237+242=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBEDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDF2 is #24120D. Grayscale: #E8E8E8. Windows color (decimal): -2363918 or 15920603. OLE color: 15920603.
HSL color Cylindrical-coordinate representation of color #DBEDF2: hue angle of 193.04º 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 #DBEDF2 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 237 | 242 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.05 |
| HSL | 193.04º | 0.47% | 0.9% | - |
| HSV(B) | 193.04º | 0.1% | 0.95% | - |
| XYZ | 75.52 | 82.04 | 95.86 | - |
| YUV | 232.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 242 | 0.10 | 0.02 | 0 | 0.05 | 193.04 | 0.47 | 0.9 |
| Hex | DB | ED | F2 | A | 2 | 0 | 5 | C1 | 2F | 5A |
| Octal | 333 | 355 | 362 | 12 | 2 | 0 | 5 | 301 | 57 | 132 |
| Binary | 11011011 | 11101101 | 11110010 | 1010 | 10 | 0 | 101 | 11000001 | 101111 | 1011010 |
Color Harmonies of #DBEDF2
Complementary color
Monochromatic Colors of #DBEDF2
Black with #DBEDF2
Text Example
Text Example
White with #DBEDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDF2; }
p { color: rgb(219,237,242); }
H1.HeaderClassName
{
color: #DBEDF2;
}
.AnyTagClassName
{
color: #DBEDF2;
}
</style>
background-color css
<style>
a { background-color: #DBEDF2; }
a { background-color: rgb(219,237,242); }
div.DivClassName
{
background-color: #DBEDF2;
}
.BgClassName
{
background-color: #DBEDF2;
}
</style>
border-color css
<style>
span { border-color: #DBEDF2; }
span { border-color: rgb(219,237,242); }
td.TdClassName
{
border-color: #DBEDF2;
}
.TagClassName
{
border-color: #DBEDF2;
}
</style>