Shades of Pattens Blue #DBEAEE
Tints of Pattens Blue #DBEAEE
RGB
CMYK
RGB Variations
Color information
#DBEAEE (or 0xDBEAEE) is known color: Pattens Blue. HEX triplet: DB, EA and EE. RGB value is (219,234,238). Sum of RGB (Red+Green+Blue) = 219+234+238=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBEAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAEE is #241511. Grayscale: #E5E5E5. Windows color (decimal): -2364690 or 15657691. OLE color: 15657691.
HSL color Cylindrical-coordinate representation of color #DBEAEE: hue angle of 192.63º 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 #DBEAEE is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 234 | 238 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.07 |
| HSL | 192.63º | 0.36% | 0.9% | - |
| HSV(B) | 192.63º | 0.08% | 0.93% | - |
| XYZ | 74.07 | 80.08 | 92.44 | - |
| YUV | 229.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 238 | 0.08 | 0.02 | 0 | 0.07 | 192.63 | 0.36 | 0.9 |
| Hex | DB | EA | EE | 8 | 2 | 0 | 7 | C1 | 24 | 5A |
| Octal | 333 | 352 | 356 | 10 | 2 | 0 | 7 | 301 | 44 | 132 |
| Binary | 11011011 | 11101010 | 11101110 | 1000 | 10 | 0 | 111 | 11000001 | 100100 | 1011010 |
Color Harmonies of #DBEAEE
Complementary color
Monochromatic Colors of #DBEAEE
Black with #DBEAEE
Text Example
Text Example
White with #DBEAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAEE; }
p { color: rgb(219,234,238); }
H1.HeaderClassName
{
color: #DBEAEE;
}
.AnyTagClassName
{
color: #DBEAEE;
}
</style>
background-color css
<style>
a { background-color: #DBEAEE; }
a { background-color: rgb(219,234,238); }
div.DivClassName
{
background-color: #DBEAEE;
}
.BgClassName
{
background-color: #DBEAEE;
}
</style>
border-color css
<style>
span { border-color: #DBEAEE; }
span { border-color: rgb(219,234,238); }
td.TdClassName
{
border-color: #DBEAEE;
}
.TagClassName
{
border-color: #DBEAEE;
}
</style>