Shades of Pattens Blue #DBEEF6
Tints of Pattens Blue #DBEEF6
RGB
CMYK
RGB Variations
Color information
#DBEEF6 (or 0xDBEEF6) is known color: Pattens Blue. HEX triplet: DB, EE and F6. RGB value is (219,238,246). Sum of RGB (Red+Green+Blue) = 219+238+246=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBEEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEF6 is #241109. Grayscale: #E9E9E9. Windows color (decimal): -2363658 or 16183003. OLE color: 16183003.
HSL color Cylindrical-coordinate representation of color #DBEEF6: hue angle of 197.78º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBEEF6 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 238 | 246 | - |
CMYK | 0.11 | 0.03 | 0 | 0.04 |
HSL | 197.78º | 0.6% | 0.91% | - |
HSV(B) | 197.78º | 0.11% | 0.96% | - |
XYZ | 76.42 | 82.86 | 99.16 | - |
YUV | 233.23 | 135.21 | 117.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 238 | 246 | 0.11 | 0.03 | 0 | 0.04 | 197.78 | 0.6 | 0.91 |
Hex | DB | EE | F6 | B | 3 | 0 | 4 | C6 | 3C | 5B |
Octal | 333 | 356 | 366 | 13 | 3 | 0 | 4 | 306 | 74 | 133 |
Binary | 11011011 | 11101110 | 11110110 | 1011 | 11 | 0 | 100 | 11000110 | 111100 | 1011011 |
Color Harmonies of #DBEEF6
Complementary color
Monochromatic Colors of #DBEEF6
Black with #DBEEF6
Text Example
Text Example
White with #DBEEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEF6; }
p { color: rgb(219,238,246); }
H1.HeaderClassName
{
color: #DBEEF6;
}
.AnyTagClassName
{
color: #DBEEF6;
}
</style>
background-color css
<style>
a { background-color: #DBEEF6; }
a { background-color: rgb(219,238,246); }
div.DivClassName
{
background-color: #DBEEF6;
}
.BgClassName
{
background-color: #DBEEF6;
}
</style>
border-color css
<style>
span { border-color: #DBEEF6; }
span { border-color: rgb(219,238,246); }
td.TdClassName
{
border-color: #DBEEF6;
}
.TagClassName
{
border-color: #DBEEF6;
}
</style>