Shades of Pattens Blue #DBE7F3
Tints of Pattens Blue #DBE7F3
RGB
CMYK
RGB Variations
Color information
#DBE7F3 (or 0xDBE7F3) is known color: Pattens Blue. HEX triplet: DB, E7 and F3. RGB value is (219,231,243). Sum of RGB (Red+Green+Blue) = 219+231+243=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 231 (90.62% from 255 or 33.33% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBE7F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE7F3 is #24180C. Grayscale: #E4E4E4. Windows color (decimal): -2365453 or 15984603. OLE color: 15984603.
HSL color Cylindrical-coordinate representation of color #DBE7F3: hue angle of 210º 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 #DBE7F3 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 231 | 243 | - |
CMYK | 0.10 | 0.05 | 0 | 0.05 |
HSL | 210º | 0.5% | 0.91% | - |
HSV(B) | 210º | 0.1% | 0.95% | - |
XYZ | 73.97 | 78.68 | 96.08 | - |
YUV | 228.78 | 136.02 | 121.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 231 | 243 | 0.10 | 0.05 | 0 | 0.05 | 210 | 0.5 | 0.91 |
Hex | DB | E7 | F3 | A | 5 | 0 | 5 | D2 | 32 | 5B |
Octal | 333 | 347 | 363 | 12 | 5 | 0 | 5 | 322 | 62 | 133 |
Binary | 11011011 | 11100111 | 11110011 | 1010 | 101 | 0 | 101 | 11010010 | 110010 | 1011011 |
Color Harmonies of #DBE7F3
Complementary color
Monochromatic Colors of #DBE7F3
Black with #DBE7F3
Text Example
Text Example
White with #DBE7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7F3; }
p { color: rgb(219,231,243); }
H1.HeaderClassName
{
color: #DBE7F3;
}
.AnyTagClassName
{
color: #DBE7F3;
}
</style>
background-color css
<style>
a { background-color: #DBE7F3; }
a { background-color: rgb(219,231,243); }
div.DivClassName
{
background-color: #DBE7F3;
}
.BgClassName
{
background-color: #DBE7F3;
}
</style>
border-color css
<style>
span { border-color: #DBE7F3; }
span { border-color: rgb(219,231,243); }
td.TdClassName
{
border-color: #DBE7F3;
}
.TagClassName
{
border-color: #DBE7F3;
}
</style>