Shades of Pattens Blue #DBEDF3
Tints of Pattens Blue #DBEDF3
RGB
CMYK
RGB Variations
Color information
#DBEDF3 (or 0xDBEDF3) is known color: Pattens Blue. HEX triplet: DB, ED and F3. RGB value is (219,237,243). Sum of RGB (Red+Green+Blue) = 219+237+243=699 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.33% from 699); Green value is 237 (92.97% from 255 or 33.91% from 699); Blue value is 243 (95.31% from 255 or 34.76% from 699); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBEDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDF3 is #24120C. Grayscale: #E8E8E8. Windows color (decimal): -2363917 or 15986139. OLE color: 15986139.
HSL color Cylindrical-coordinate representation of color #DBEDF3: hue angle of 195º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEDF3 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 237 | 243 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.05 |
| HSL | 195º | 0.5% | 0.91% | - |
| HSV(B) | 195º | 0.1% | 0.95% | - |
| XYZ | 75.68 | 82.1 | 96.65 | - |
| YUV | 232.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 243 | 0.10 | 0.02 | 0 | 0.05 | 195 | 0.5 | 0.91 |
| Hex | DB | ED | F3 | A | 2 | 0 | 5 | C3 | 32 | 5B |
| Octal | 333 | 355 | 363 | 12 | 2 | 0 | 5 | 303 | 62 | 133 |
| Binary | 11011011 | 11101101 | 11110011 | 1010 | 10 | 0 | 101 | 11000011 | 110010 | 1011011 |
Color Harmonies of #DBEDF3
Complementary color
Monochromatic Colors of #DBEDF3
Black with #DBEDF3
Text Example
Text Example
White with #DBEDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDF3; }
p { color: rgb(219,237,243); }
H1.HeaderClassName
{
color: #DBEDF3;
}
.AnyTagClassName
{
color: #DBEDF3;
}
</style>
background-color css
<style>
a { background-color: #DBEDF3; }
a { background-color: rgb(219,237,243); }
div.DivClassName
{
background-color: #DBEDF3;
}
.BgClassName
{
background-color: #DBEDF3;
}
</style>
border-color css
<style>
span { border-color: #DBEDF3; }
span { border-color: rgb(219,237,243); }
td.TdClassName
{
border-color: #DBEDF3;
}
.TagClassName
{
border-color: #DBEDF3;
}
</style>