Shades of Pattens Blue #DBEDFE
Tints of Pattens Blue #DBEDFE
RGB
CMYK
RGB Variations
Color information
#DBEDFE (or 0xDBEDFE) is known color: Pattens Blue. HEX triplet: DB, ED and FE. RGB value is (219,237,254). Sum of RGB (Red+Green+Blue) = 219+237+254=710 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.85% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBEDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDFE is #241201. Grayscale: #E9E9E9. Windows color (decimal): -2363906 or 16707035. OLE color: 16707035.
HSL color Cylindrical-coordinate representation of color #DBEDFE: hue angle of 209.14º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBEDFE is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 237 | 254 | - |
CMYK | 0.14 | 0.07 | 0 | 0.00 |
HSL | 209.14º | 0.95% | 0.93% | - |
HSV(B) | 209.14º | 0.14% | 1% | - |
XYZ | 77.39 | 82.78 | 105.67 | - |
YUV | 233.56 | 139.54 | 117.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 254 | 0.14 | 0.07 | 0 | 0.00 | 209.14 | 0.95 | 0.93 |
Hex | DB | ED | FE | E | 7 | 0 | 0 | D1 | 5F | 5D |
Octal | 333 | 355 | 376 | 16 | 7 | 0 | 0 | 321 | 137 | 135 |
Binary | 11011011 | 11101101 | 11111110 | 1110 | 111 | 0 | 0 | 11010001 | 1011111 | 1011101 |
Color Harmonies of #DBEDFE
Complementary color
Monochromatic Colors of #DBEDFE
Black with #DBEDFE
Text Example
Text Example
White with #DBEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDFE; }
p { color: rgb(219,237,254); }
H1.HeaderClassName
{
color: #DBEDFE;
}
.AnyTagClassName
{
color: #DBEDFE;
}
</style>
background-color css
<style>
a { background-color: #DBEDFE; }
a { background-color: rgb(219,237,254); }
div.DivClassName
{
background-color: #DBEDFE;
}
.BgClassName
{
background-color: #DBEDFE;
}
</style>
border-color css
<style>
span { border-color: #DBEDFE; }
span { border-color: rgb(219,237,254); }
td.TdClassName
{
border-color: #DBEDFE;
}
.TagClassName
{
border-color: #DBEDFE;
}
</style>