Shades of Pattens Blue #D0DEE8
Tints of Pattens Blue #D0DEE8
RGB
CMYK
RGB Variations
Color information
#D0DEE8 (or 0xD0DEE8) is known color: Pattens Blue. HEX triplet: D0, DE and E8. RGB value is (208,222,232). Sum of RGB (Red+Green+Blue) = 208+222+232=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 232 - color contains mainly: blue. Hex color #D0DEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DEE8 is #2F2117. Grayscale: #DADADA. Windows color (decimal): -3088664 or 15261392. OLE color: 15261392.
HSL color Cylindrical-coordinate representation of color #D0DEE8: hue angle of 205º 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 #D0DEE8 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 222 | 232 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.09 |
| HSL | 205º | 0.34% | 0.86% | - |
| HSV(B) | 205º | 0.1% | 0.91% | - |
| XYZ | 66.7 | 71.48 | 86.63 | - |
| YUV | 218.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 232 | 0.10 | 0.04 | 0 | 0.09 | 205 | 0.34 | 0.86 |
| Hex | D0 | DE | E8 | A | 4 | 0 | 9 | CD | 22 | 56 |
| Octal | 320 | 336 | 350 | 12 | 4 | 0 | 11 | 315 | 42 | 126 |
| Binary | 11010000 | 11011110 | 11101000 | 1010 | 100 | 0 | 1001 | 11001101 | 100010 | 1010110 |
Color Harmonies of #D0DEE8
Complementary color
Monochromatic Colors of #D0DEE8
Black with #D0DEE8
Text Example
Text Example
White with #D0DEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DEE8; }
p { color: rgb(208,222,232); }
H1.HeaderClassName
{
color: #D0DEE8;
}
.AnyTagClassName
{
color: #D0DEE8;
}
</style>
background-color css
<style>
a { background-color: #D0DEE8; }
a { background-color: rgb(208,222,232); }
div.DivClassName
{
background-color: #D0DEE8;
}
.BgClassName
{
background-color: #D0DEE8;
}
</style>
border-color css
<style>
span { border-color: #D0DEE8; }
span { border-color: rgb(208,222,232); }
td.TdClassName
{
border-color: #D0DEE8;
}
.TagClassName
{
border-color: #D0DEE8;
}
</style>