Shades of Pattens Blue #DBE9F1
Tints of Pattens Blue #DBE9F1
RGB
CMYK
RGB Variations
Color information
#DBE9F1 (or 0xDBE9F1) is known color: Pattens Blue. HEX triplet: DB, E9 and F1. RGB value is (219,233,241). Sum of RGB (Red+Green+Blue) = 219+233+241=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBE9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9F1 is #24160E. Grayscale: #E5E5E5. Windows color (decimal): -2364943 or 15854043. OLE color: 15854043.
HSL color Cylindrical-coordinate representation of color #DBE9F1: hue angle of 201.82º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBE9F1 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 233 | 241 | - |
CMYK | 0.09 | 0.03 | 0 | 0.05 |
HSL | 201.82º | 0.44% | 0.9% | - |
HSV(B) | 201.82º | 0.09% | 0.95% | - |
XYZ | 74.23 | 79.69 | 94.69 | - |
YUV | 229.73 | 134.36 | 120.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 233 | 241 | 0.09 | 0.03 | 0 | 0.05 | 201.82 | 0.44 | 0.9 |
Hex | DB | E9 | F1 | 9 | 3 | 0 | 5 | CA | 2C | 5A |
Octal | 333 | 351 | 361 | 11 | 3 | 0 | 5 | 312 | 54 | 132 |
Binary | 11011011 | 11101001 | 11110001 | 1001 | 11 | 0 | 101 | 11001010 | 101100 | 1011010 |
Color Harmonies of #DBE9F1
Complementary color
Monochromatic Colors of #DBE9F1
Black with #DBE9F1
Text Example
Text Example
White with #DBE9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9F1; }
p { color: rgb(219,233,241); }
H1.HeaderClassName
{
color: #DBE9F1;
}
.AnyTagClassName
{
color: #DBE9F1;
}
</style>
background-color css
<style>
a { background-color: #DBE9F1; }
a { background-color: rgb(219,233,241); }
div.DivClassName
{
background-color: #DBE9F1;
}
.BgClassName
{
background-color: #DBE9F1;
}
</style>
border-color css
<style>
span { border-color: #DBE9F1; }
span { border-color: rgb(219,233,241); }
td.TdClassName
{
border-color: #DBE9F1;
}
.TagClassName
{
border-color: #DBE9F1;
}
</style>