Shades of Pattens Blue #DBEAF2
Tints of Pattens Blue #DBEAF2
RGB
CMYK
RGB Variations
Color information
#DBEAF2 (or 0xDBEAF2) is known color: Pattens Blue. HEX triplet: DB, EA and F2. RGB value is (219,234,242). Sum of RGB (Red+Green+Blue) = 219+234+242=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBEAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAF2 is #24150D. Grayscale: #E6E6E6. Windows color (decimal): -2364686 or 15919835. OLE color: 15919835.
HSL color Cylindrical-coordinate representation of color #DBEAF2: hue angle of 200.87º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEAF2 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 234 | 242 | - |
CMYK | 0.10 | 0.03 | 0 | 0.05 |
HSL | 200.87º | 0.47% | 0.9% | - |
HSV(B) | 200.87º | 0.1% | 0.95% | - |
XYZ | 74.66 | 80.32 | 95.57 | - |
YUV | 230.43 | 134.53 | 119.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 234 | 242 | 0.10 | 0.03 | 0 | 0.05 | 200.87 | 0.47 | 0.9 |
Hex | DB | EA | F2 | A | 3 | 0 | 5 | C9 | 2F | 5A |
Octal | 333 | 352 | 362 | 12 | 3 | 0 | 5 | 311 | 57 | 132 |
Binary | 11011011 | 11101010 | 11110010 | 1010 | 11 | 0 | 101 | 11001001 | 101111 | 1011010 |
Color Harmonies of #DBEAF2
Complementary color
Monochromatic Colors of #DBEAF2
Black with #DBEAF2
Text Example
Text Example
White with #DBEAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAF2; }
p { color: rgb(219,234,242); }
H1.HeaderClassName
{
color: #DBEAF2;
}
.AnyTagClassName
{
color: #DBEAF2;
}
</style>
background-color css
<style>
a { background-color: #DBEAF2; }
a { background-color: rgb(219,234,242); }
div.DivClassName
{
background-color: #DBEAF2;
}
.BgClassName
{
background-color: #DBEAF2;
}
</style>
border-color css
<style>
span { border-color: #DBEAF2; }
span { border-color: rgb(219,234,242); }
td.TdClassName
{
border-color: #DBEAF2;
}
.TagClassName
{
border-color: #DBEAF2;
}
</style>