Shades of Pattens Blue #DBEDF4
Tints of Pattens Blue #DBEDF4
RGB
CMYK
RGB Variations
Color information
#DBEDF4 (or 0xDBEDF4) is known color: Pattens Blue. HEX triplet: DB, ED and F4. RGB value is (219,237,244). Sum of RGB (Red+Green+Blue) = 219+237+244=700 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.29% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 244 (95.70% from 255 or 34.86% from 700); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBEDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDF4 is #24120B. Grayscale: #E8E8E8. Windows color (decimal): -2363916 or 16051675. OLE color: 16051675.
HSL color Cylindrical-coordinate representation of color #DBEDF4: hue angle of 196.8º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEDF4 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 237 | 244 | - |
CMYK | 0.10 | 0.03 | 0 | 0.04 |
HSL | 196.8º | 0.53% | 0.91% | - |
HSV(B) | 196.8º | 0.1% | 0.96% | - |
XYZ | 75.83 | 82.16 | 97.45 | - |
YUV | 232.42 | 134.54 | 118.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 244 | 0.10 | 0.03 | 0 | 0.04 | 196.8 | 0.53 | 0.91 |
Hex | DB | ED | F4 | A | 3 | 0 | 4 | C5 | 35 | 5B |
Octal | 333 | 355 | 364 | 12 | 3 | 0 | 4 | 305 | 65 | 133 |
Binary | 11011011 | 11101101 | 11110100 | 1010 | 11 | 0 | 100 | 11000101 | 110101 | 1011011 |
Color Harmonies of #DBEDF4
Complementary color
Monochromatic Colors of #DBEDF4
Black with #DBEDF4
Text Example
Text Example
White with #DBEDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDF4; }
p { color: rgb(219,237,244); }
H1.HeaderClassName
{
color: #DBEDF4;
}
.AnyTagClassName
{
color: #DBEDF4;
}
</style>
background-color css
<style>
a { background-color: #DBEDF4; }
a { background-color: rgb(219,237,244); }
div.DivClassName
{
background-color: #DBEDF4;
}
.BgClassName
{
background-color: #DBEDF4;
}
</style>
border-color css
<style>
span { border-color: #DBEDF4; }
span { border-color: rgb(219,237,244); }
td.TdClassName
{
border-color: #DBEDF4;
}
.TagClassName
{
border-color: #DBEDF4;
}
</style>