Shades of Pattens Blue #DBEFFC
Tints of Pattens Blue #DBEFFC
RGB
CMYK
RGB Variations
Color information
#DBEFFC (or 0xDBEFFC) is known color: Pattens Blue. HEX triplet: DB, EF and FC. RGB value is (219,239,252). Sum of RGB (Red+Green+Blue) = 219+239+252=710 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.85% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBEFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFFC is #241003. Grayscale: #EAEAEA. Windows color (decimal): -2363396 or 16576475. OLE color: 16576475.
HSL color Cylindrical-coordinate representation of color #DBEFFC: hue angle of 203.64º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBEFFC is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 239 | 252 | - |
CMYK | 0.13 | 0.05 | 0 | 0.01 |
HSL | 203.64º | 0.85% | 0.92% | - |
HSV(B) | 203.64º | 0.13% | 0.99% | - |
XYZ | 77.65 | 83.82 | 104.18 | - |
YUV | 234.5 | 137.87 | 116.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 239 | 252 | 0.13 | 0.05 | 0 | 0.01 | 203.64 | 0.85 | 0.92 |
Hex | DB | EF | FC | D | 5 | 0 | 1 | CC | 55 | 5C |
Octal | 333 | 357 | 374 | 15 | 5 | 0 | 1 | 314 | 125 | 134 |
Binary | 11011011 | 11101111 | 11111100 | 1101 | 101 | 0 | 1 | 11001100 | 1010101 | 1011100 |
Color Harmonies of #DBEFFC
Complementary color
Monochromatic Colors of #DBEFFC
Black with #DBEFFC
Text Example
Text Example
White with #DBEFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFFC; }
p { color: rgb(219,239,252); }
H1.HeaderClassName
{
color: #DBEFFC;
}
.AnyTagClassName
{
color: #DBEFFC;
}
</style>
background-color css
<style>
a { background-color: #DBEFFC; }
a { background-color: rgb(219,239,252); }
div.DivClassName
{
background-color: #DBEFFC;
}
.BgClassName
{
background-color: #DBEFFC;
}
</style>
border-color css
<style>
span { border-color: #DBEFFC; }
span { border-color: rgb(219,239,252); }
td.TdClassName
{
border-color: #DBEFFC;
}
.TagClassName
{
border-color: #DBEFFC;
}
</style>