Shades of Pattens Blue #D0DBE5
Tints of Pattens Blue #D0DBE5
RGB
CMYK
RGB Variations
Color information
#D0DBE5 (or 0xD0DBE5) is known color: Pattens Blue. HEX triplet: D0, DB and E5. RGB value is (208,219,229). Sum of RGB (Red+Green+Blue) = 208+219+229=656 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.71% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 229 - color contains mainly: blue. Hex color #D0DBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBE5 is #2F241A. Grayscale: #D8D8D8. Windows color (decimal): -3089435 or 15064016. OLE color: 15064016.
HSL color Cylindrical-coordinate representation of color #D0DBE5: hue angle of 208.57º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0DBE5 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 219 | 229 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.10 |
| HSL | 208.57º | 0.29% | 0.86% | - |
| HSV(B) | 208.57º | 0.09% | 0.9% | - |
| XYZ | 65.49 | 69.73 | 84.14 | - |
| YUV | 216.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 229 | 0.09 | 0.04 | 0 | 0.10 | 208.57 | 0.29 | 0.86 |
| Hex | D0 | DB | E5 | 9 | 4 | 0 | A | D1 | 1D | 56 |
| Octal | 320 | 333 | 345 | 11 | 4 | 0 | 12 | 321 | 35 | 126 |
| Binary | 11010000 | 11011011 | 11100101 | 1001 | 100 | 0 | 1010 | 11010001 | 11101 | 1010110 |
Color Harmonies of #D0DBE5
Complementary color
Monochromatic Colors of #D0DBE5
Black with #D0DBE5
Text Example
Text Example
White with #D0DBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBE5; }
p { color: rgb(208,219,229); }
H1.HeaderClassName
{
color: #D0DBE5;
}
.AnyTagClassName
{
color: #D0DBE5;
}
</style>
background-color css
<style>
a { background-color: #D0DBE5; }
a { background-color: rgb(208,219,229); }
div.DivClassName
{
background-color: #D0DBE5;
}
.BgClassName
{
background-color: #D0DBE5;
}
</style>
border-color css
<style>
span { border-color: #D0DBE5; }
span { border-color: rgb(208,219,229); }
td.TdClassName
{
border-color: #D0DBE5;
}
.TagClassName
{
border-color: #D0DBE5;
}
</style>