Shades of Pattens Blue #D0DDE6
Tints of Pattens Blue #D0DDE6
RGB
CMYK
RGB Variations
Color information
#D0DDE6 (or 0xD0DDE6) is known color: Pattens Blue. HEX triplet: D0, DD and E6. RGB value is (208,221,230). Sum of RGB (Red+Green+Blue) = 208+221+230=659 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.56% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 230 - color contains mainly: blue. Hex color #D0DDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DDE6 is #2F2219. Grayscale: #DADADA. Windows color (decimal): -3088922 or 15130064. OLE color: 15130064.
HSL color Cylindrical-coordinate representation of color #D0DDE6: hue angle of 204.55º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0DDE6 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 221 | 230 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.10 |
| HSL | 204.55º | 0.31% | 0.86% | - |
| HSV(B) | 204.55º | 0.1% | 0.9% | - |
| XYZ | 66.15 | 70.84 | 85.05 | - |
| YUV | 218.14 | 134.69 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 230 | 0.10 | 0.04 | 0 | 0.10 | 204.55 | 0.31 | 0.86 |
| Hex | D0 | DD | E6 | A | 4 | 0 | A | CD | 1F | 56 |
| Octal | 320 | 335 | 346 | 12 | 4 | 0 | 12 | 315 | 37 | 126 |
| Binary | 11010000 | 11011101 | 11100110 | 1010 | 100 | 0 | 1010 | 11001101 | 11111 | 1010110 |
Color Harmonies of #D0DDE6
Complementary color
Monochromatic Colors of #D0DDE6
Black with #D0DDE6
Text Example
Text Example
White with #D0DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDE6; }
p { color: rgb(208,221,230); }
H1.HeaderClassName
{
color: #D0DDE6;
}
.AnyTagClassName
{
color: #D0DDE6;
}
</style>
background-color css
<style>
a { background-color: #D0DDE6; }
a { background-color: rgb(208,221,230); }
div.DivClassName
{
background-color: #D0DDE6;
}
.BgClassName
{
background-color: #D0DDE6;
}
</style>
border-color css
<style>
span { border-color: #D0DDE6; }
span { border-color: rgb(208,221,230); }
td.TdClassName
{
border-color: #D0DDE6;
}
.TagClassName
{
border-color: #D0DDE6;
}
</style>