Shades of Pattens Blue #DBE6ED
Tints of Pattens Blue #DBE6ED
RGB
CMYK
RGB Variations
Color information
#DBE6ED (or 0xDBE6ED) is known color: Pattens Blue. HEX triplet: DB, E6 and ED. RGB value is (219,230,237). Sum of RGB (Red+Green+Blue) = 219+230+237=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE6ED is #241912. Grayscale: #E3E3E3. Windows color (decimal): -2365715 or 15591131. OLE color: 15591131.
HSL color Cylindrical-coordinate representation of color #DBE6ED: hue angle of 203.33º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBE6ED is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 230 | 237 | - |
CMYK | 0.08 | 0.03 | 0 | 0.07 |
HSL | 203.33º | 0.33% | 0.89% | - |
HSV(B) | 203.33º | 0.08% | 0.93% | - |
XYZ | 72.8 | 77.77 | 91.29 | - |
YUV | 227.51 | 133.36 | 121.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 230 | 237 | 0.08 | 0.03 | 0 | 0.07 | 203.33 | 0.33 | 0.89 |
Hex | DB | E6 | ED | 8 | 3 | 0 | 7 | CB | 21 | 59 |
Octal | 333 | 346 | 355 | 10 | 3 | 0 | 7 | 313 | 41 | 131 |
Binary | 11011011 | 11100110 | 11101101 | 1000 | 11 | 0 | 111 | 11001011 | 100001 | 1011001 |
Color Harmonies of #DBE6ED
Complementary color
Monochromatic Colors of #DBE6ED
Black with #DBE6ED
Text Example
Text Example
White with #DBE6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6ED; }
p { color: rgb(219,230,237); }
H1.HeaderClassName
{
color: #DBE6ED;
}
.AnyTagClassName
{
color: #DBE6ED;
}
</style>
background-color css
<style>
a { background-color: #DBE6ED; }
a { background-color: rgb(219,230,237); }
div.DivClassName
{
background-color: #DBE6ED;
}
.BgClassName
{
background-color: #DBE6ED;
}
</style>
border-color css
<style>
span { border-color: #DBE6ED; }
span { border-color: rgb(219,230,237); }
td.TdClassName
{
border-color: #DBE6ED;
}
.TagClassName
{
border-color: #DBE6ED;
}
</style>