Shades of Pattens Blue #DBEAF3
Tints of Pattens Blue #DBEAF3
RGB
CMYK
RGB Variations
Color information
#DBEAF3 (or 0xDBEAF3) is known color: Pattens Blue. HEX triplet: DB, EA and F3. RGB value is (219,234,243). Sum of RGB (Red+Green+Blue) = 219+234+243=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 243 (95.31% from 255 or 34.91% from 696); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAF3 is #24150C. Grayscale: #E6E6E6. Windows color (decimal): -2364685 or 15985371. OLE color: 15985371.
HSL color Cylindrical-coordinate representation of color #DBEAF3: hue angle of 202.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEAF3 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 234 | 243 | - |
CMYK | 0.10 | 0.04 | 0 | 0.05 |
HSL | 202.5º | 0.5% | 0.91% | - |
HSV(B) | 202.5º | 0.1% | 0.95% | - |
XYZ | 74.81 | 80.38 | 96.37 | - |
YUV | 230.54 | 135.03 | 119.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 234 | 243 | 0.10 | 0.04 | 0 | 0.05 | 202.5 | 0.5 | 0.91 |
Hex | DB | EA | F3 | A | 4 | 0 | 5 | CA | 32 | 5B |
Octal | 333 | 352 | 363 | 12 | 4 | 0 | 5 | 312 | 62 | 133 |
Binary | 11011011 | 11101010 | 11110011 | 1010 | 100 | 0 | 101 | 11001010 | 110010 | 1011011 |
Color Harmonies of #DBEAF3
Complementary color
Monochromatic Colors of #DBEAF3
Black with #DBEAF3
Text Example
Text Example
White with #DBEAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAF3; }
p { color: rgb(219,234,243); }
H1.HeaderClassName
{
color: #DBEAF3;
}
.AnyTagClassName
{
color: #DBEAF3;
}
</style>
background-color css
<style>
a { background-color: #DBEAF3; }
a { background-color: rgb(219,234,243); }
div.DivClassName
{
background-color: #DBEAF3;
}
.BgClassName
{
background-color: #DBEAF3;
}
</style>
border-color css
<style>
span { border-color: #DBEAF3; }
span { border-color: rgb(219,234,243); }
td.TdClassName
{
border-color: #DBEAF3;
}
.TagClassName
{
border-color: #DBEAF3;
}
</style>