Shades of Pattens Blue #DBE8EE
Tints of Pattens Blue #DBE8EE
RGB
CMYK
RGB Variations
Color information
#DBE8EE (or 0xDBE8EE) is known color: Pattens Blue. HEX triplet: DB, E8 and EE. RGB value is (219,232,238). Sum of RGB (Red+Green+Blue) = 219+232+238=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8EE is #241711. Grayscale: #E4E4E4. Windows color (decimal): -2365202 or 15657179. OLE color: 15657179.
HSL color Cylindrical-coordinate representation of color #DBE8EE: hue angle of 198.95º 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 #DBE8EE is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 232 | 238 | - |
CMYK | 0.08 | 0.03 | 0 | 0.07 |
HSL | 198.95º | 0.36% | 0.9% | - |
HSV(B) | 198.95º | 0.08% | 0.93% | - |
XYZ | 73.5 | 78.95 | 92.25 | - |
YUV | 228.8 | 133.19 | 121.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 232 | 238 | 0.08 | 0.03 | 0 | 0.07 | 198.95 | 0.36 | 0.9 |
Hex | DB | E8 | EE | 8 | 3 | 0 | 7 | C7 | 24 | 5A |
Octal | 333 | 350 | 356 | 10 | 3 | 0 | 7 | 307 | 44 | 132 |
Binary | 11011011 | 11101000 | 11101110 | 1000 | 11 | 0 | 111 | 11000111 | 100100 | 1011010 |
Color Harmonies of #DBE8EE
Complementary color
Monochromatic Colors of #DBE8EE
Black with #DBE8EE
Text Example
Text Example
White with #DBE8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8EE; }
p { color: rgb(219,232,238); }
H1.HeaderClassName
{
color: #DBE8EE;
}
.AnyTagClassName
{
color: #DBE8EE;
}
</style>
background-color css
<style>
a { background-color: #DBE8EE; }
a { background-color: rgb(219,232,238); }
div.DivClassName
{
background-color: #DBE8EE;
}
.BgClassName
{
background-color: #DBE8EE;
}
</style>
border-color css
<style>
span { border-color: #DBE8EE; }
span { border-color: rgb(219,232,238); }
td.TdClassName
{
border-color: #DBE8EE;
}
.TagClassName
{
border-color: #DBE8EE;
}
</style>