Shades of Pattens Blue #DBE5F0
Tints of Pattens Blue #DBE5F0
RGB
CMYK
RGB Variations
Color information
#DBE5F0 (or 0xDBE5F0) is known color: Pattens Blue. HEX triplet: DB, E5 and F0. RGB value is (219,229,240). Sum of RGB (Red+Green+Blue) = 219+229+240=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBE5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5F0 is #241A0F. Grayscale: #E3E3E3. Windows color (decimal): -2365968 or 15787483. OLE color: 15787483.
HSL color Cylindrical-coordinate representation of color #DBE5F0: hue angle of 211.43º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBE5F0 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 229 | 240 | - |
CMYK | 0.09 | 0.05 | 0 | 0.06 |
HSL | 211.43º | 0.41% | 0.9% | - |
HSV(B) | 211.43º | 0.09% | 0.94% | - |
XYZ | 72.96 | 77.39 | 93.53 | - |
YUV | 227.26 | 135.19 | 122.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 229 | 240 | 0.09 | 0.05 | 0 | 0.06 | 211.43 | 0.41 | 0.9 |
Hex | DB | E5 | F0 | 9 | 5 | 0 | 6 | D3 | 29 | 5A |
Octal | 333 | 345 | 360 | 11 | 5 | 0 | 6 | 323 | 51 | 132 |
Binary | 11011011 | 11100101 | 11110000 | 1001 | 101 | 0 | 110 | 11010011 | 101001 | 1011010 |
Color Harmonies of #DBE5F0
Complementary color
Monochromatic Colors of #DBE5F0
Black with #DBE5F0
Text Example
Text Example
White with #DBE5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5F0; }
p { color: rgb(219,229,240); }
H1.HeaderClassName
{
color: #DBE5F0;
}
.AnyTagClassName
{
color: #DBE5F0;
}
</style>
background-color css
<style>
a { background-color: #DBE5F0; }
a { background-color: rgb(219,229,240); }
div.DivClassName
{
background-color: #DBE5F0;
}
.BgClassName
{
background-color: #DBE5F0;
}
</style>
border-color css
<style>
span { border-color: #DBE5F0; }
span { border-color: rgb(219,229,240); }
td.TdClassName
{
border-color: #DBE5F0;
}
.TagClassName
{
border-color: #DBE5F0;
}
</style>