Shades of Pattens Blue #D0DCE8
Tints of Pattens Blue #D0DCE8
RGB
CMYK
RGB Variations
Color information
#D0DCE8 (or 0xD0DCE8) is known color: Pattens Blue. HEX triplet: D0, DC and E8. RGB value is (208,220,232). Sum of RGB (Red+Green+Blue) = 208+220+232=660 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.52% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 232 - color contains mainly: blue. Hex color #D0DCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DCE8 is #2F2317. Grayscale: #D9D9D9. Windows color (decimal): -3089176 or 15260880. OLE color: 15260880.
HSL color Cylindrical-coordinate representation of color #D0DCE8: hue angle of 210º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0DCE8 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 220 | 232 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.09 |
| HSL | 210º | 0.34% | 0.86% | - |
| HSV(B) | 210º | 0.1% | 0.91% | - |
| XYZ | 66.17 | 70.42 | 86.45 | - |
| YUV | 217.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 232 | 0.10 | 0.05 | 0 | 0.09 | 210 | 0.34 | 0.86 |
| Hex | D0 | DC | E8 | A | 5 | 0 | 9 | D2 | 22 | 56 |
| Octal | 320 | 334 | 350 | 12 | 5 | 0 | 11 | 322 | 42 | 126 |
| Binary | 11010000 | 11011100 | 11101000 | 1010 | 101 | 0 | 1001 | 11010010 | 100010 | 1010110 |
Color Harmonies of #D0DCE8
Complementary color
Monochromatic Colors of #D0DCE8
Black with #D0DCE8
Text Example
Text Example
White with #D0DCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DCE8; }
p { color: rgb(208,220,232); }
H1.HeaderClassName
{
color: #D0DCE8;
}
.AnyTagClassName
{
color: #D0DCE8;
}
</style>
background-color css
<style>
a { background-color: #D0DCE8; }
a { background-color: rgb(208,220,232); }
div.DivClassName
{
background-color: #D0DCE8;
}
.BgClassName
{
background-color: #D0DCE8;
}
</style>
border-color css
<style>
span { border-color: #D0DCE8; }
span { border-color: rgb(208,220,232); }
td.TdClassName
{
border-color: #D0DCE8;
}
.TagClassName
{
border-color: #D0DCE8;
}
</style>