Shades of Pattens Blue #DBE5EE
Tints of Pattens Blue #DBE5EE
RGB
CMYK
RGB Variations
Color information
#DBE5EE (or 0xDBE5EE) is known color: Pattens Blue. HEX triplet: DB, E5 and EE. RGB value is (219,229,238). Sum of RGB (Red+Green+Blue) = 219+229+238=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBE5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5EE is #241A11. Grayscale: #E2E2E2. Windows color (decimal): -2365970 or 15656411. OLE color: 15656411.
HSL color Cylindrical-coordinate representation of color #DBE5EE: hue angle of 208.42º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBE5EE is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 229 | 238 | - |
CMYK | 0.08 | 0.04 | 0 | 0.07 |
HSL | 208.42º | 0.36% | 0.9% | - |
HSV(B) | 208.42º | 0.08% | 0.93% | - |
XYZ | 72.67 | 77.27 | 91.97 | - |
YUV | 227.04 | 134.19 | 122.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 229 | 238 | 0.08 | 0.04 | 0 | 0.07 | 208.42 | 0.36 | 0.9 |
Hex | DB | E5 | EE | 8 | 4 | 0 | 7 | D0 | 24 | 5A |
Octal | 333 | 345 | 356 | 10 | 4 | 0 | 7 | 320 | 44 | 132 |
Binary | 11011011 | 11100101 | 11101110 | 1000 | 100 | 0 | 111 | 11010000 | 100100 | 1011010 |
Color Harmonies of #DBE5EE
Complementary color
Monochromatic Colors of #DBE5EE
Black with #DBE5EE
Text Example
Text Example
White with #DBE5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5EE; }
p { color: rgb(219,229,238); }
H1.HeaderClassName
{
color: #DBE5EE;
}
.AnyTagClassName
{
color: #DBE5EE;
}
</style>
background-color css
<style>
a { background-color: #DBE5EE; }
a { background-color: rgb(219,229,238); }
div.DivClassName
{
background-color: #DBE5EE;
}
.BgClassName
{
background-color: #DBE5EE;
}
</style>
border-color css
<style>
span { border-color: #DBE5EE; }
span { border-color: rgb(219,229,238); }
td.TdClassName
{
border-color: #DBE5EE;
}
.TagClassName
{
border-color: #DBE5EE;
}
</style>