Shades of Pattens Blue #DBEEF3
Tints of Pattens Blue #DBEEF3
RGB
CMYK
RGB Variations
Color information
#DBEEF3 (or 0xDBEEF3) is known color: Pattens Blue. HEX triplet: DB, EE and F3. RGB value is (219,238,243). Sum of RGB (Red+Green+Blue) = 219+238+243=700 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.29% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 243 (95.31% from 255 or 34.71% from 700); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBEEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEF3 is #24110C. Grayscale: #E8E8E8. Windows color (decimal): -2363661 or 15986395. OLE color: 15986395.
HSL color Cylindrical-coordinate representation of color #DBEEF3: hue angle of 192.5º 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 #DBEEF3 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 238 | 243 | - |
CMYK | 0.10 | 0.02 | 0 | 0.05 |
HSL | 192.5º | 0.5% | 0.91% | - |
HSV(B) | 192.5º | 0.1% | 0.95% | - |
XYZ | 75.97 | 82.68 | 96.75 | - |
YUV | 232.89 | 133.71 | 118.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 238 | 243 | 0.10 | 0.02 | 0 | 0.05 | 192.5 | 0.5 | 0.91 |
Hex | DB | EE | F3 | A | 2 | 0 | 5 | C0 | 32 | 5B |
Octal | 333 | 356 | 363 | 12 | 2 | 0 | 5 | 300 | 62 | 133 |
Binary | 11011011 | 11101110 | 11110011 | 1010 | 10 | 0 | 101 | 11000000 | 110010 | 1011011 |
Color Harmonies of #DBEEF3
Complementary color
Monochromatic Colors of #DBEEF3
Black with #DBEEF3
Text Example
Text Example
White with #DBEEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEF3; }
p { color: rgb(219,238,243); }
H1.HeaderClassName
{
color: #DBEEF3;
}
.AnyTagClassName
{
color: #DBEEF3;
}
</style>
background-color css
<style>
a { background-color: #DBEEF3; }
a { background-color: rgb(219,238,243); }
div.DivClassName
{
background-color: #DBEEF3;
}
.BgClassName
{
background-color: #DBEEF3;
}
</style>
border-color css
<style>
span { border-color: #DBEEF3; }
span { border-color: rgb(219,238,243); }
td.TdClassName
{
border-color: #DBEEF3;
}
.TagClassName
{
border-color: #DBEEF3;
}
</style>