Shades of Pattens Blue #DBEDFD
Tints of Pattens Blue #DBEDFD
RGB
CMYK
RGB Variations
Color information
#DBEDFD (or 0xDBEDFD) is known color: Pattens Blue. HEX triplet: DB, ED and FD. RGB value is (219,237,253). Sum of RGB (Red+Green+Blue) = 219+237+253=709 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.89% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDFD is #241202. Grayscale: #E9E9E9. Windows color (decimal): -2363907 or 16641499. OLE color: 16641499.
HSL color Cylindrical-coordinate representation of color #DBEDFD: hue angle of 208.24º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBEDFD is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 237 | 253 | - |
CMYK | 0.13 | 0.06 | 0 | 0.01 |
HSL | 208.24º | 0.89% | 0.93% | - |
HSV(B) | 208.24º | 0.13% | 0.99% | - |
XYZ | 77.23 | 82.72 | 104.82 | - |
YUV | 233.44 | 139.04 | 117.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 253 | 0.13 | 0.06 | 0 | 0.01 | 208.24 | 0.89 | 0.93 |
Hex | DB | ED | FD | D | 6 | 0 | 1 | D0 | 59 | 5D |
Octal | 333 | 355 | 375 | 15 | 6 | 0 | 1 | 320 | 131 | 135 |
Binary | 11011011 | 11101101 | 11111101 | 1101 | 110 | 0 | 1 | 11010000 | 1011001 | 1011101 |
Color Harmonies of #DBEDFD
Complementary color
Monochromatic Colors of #DBEDFD
Black with #DBEDFD
Text Example
Text Example
White with #DBEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDFD; }
p { color: rgb(219,237,253); }
H1.HeaderClassName
{
color: #DBEDFD;
}
.AnyTagClassName
{
color: #DBEDFD;
}
</style>
background-color css
<style>
a { background-color: #DBEDFD; }
a { background-color: rgb(219,237,253); }
div.DivClassName
{
background-color: #DBEDFD;
}
.BgClassName
{
background-color: #DBEDFD;
}
</style>
border-color css
<style>
span { border-color: #DBEDFD; }
span { border-color: rgb(219,237,253); }
td.TdClassName
{
border-color: #DBEDFD;
}
.TagClassName
{
border-color: #DBEDFD;
}
</style>