Shades of Pattens Blue #D0DEE9
Tints of Pattens Blue #D0DEE9
RGB
CMYK
RGB Variations
Color information
#D0DEE9 (or 0xD0DEE9) is known color: Pattens Blue. HEX triplet: D0, DE and E9. RGB value is (208,222,233). Sum of RGB (Red+Green+Blue) = 208+222+233=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0DEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DEE9 is #2F2116. Grayscale: #DBDBDB. Windows color (decimal): -3088663 or 15326928. OLE color: 15326928.
HSL color Cylindrical-coordinate representation of color #D0DEE9: hue angle of 206.4º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0DEE9 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 222 | 233 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.09 |
| HSL | 206.4º | 0.36% | 0.86% | - |
| HSV(B) | 206.4º | 0.11% | 0.91% | - |
| XYZ | 66.84 | 71.54 | 87.38 | - |
| YUV | 219.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 233 | 0.11 | 0.05 | 0 | 0.09 | 206.4 | 0.36 | 0.86 |
| Hex | D0 | DE | E9 | B | 5 | 0 | 9 | CE | 24 | 56 |
| Octal | 320 | 336 | 351 | 13 | 5 | 0 | 11 | 316 | 44 | 126 |
| Binary | 11010000 | 11011110 | 11101001 | 1011 | 101 | 0 | 1001 | 11001110 | 100100 | 1010110 |
Color Harmonies of #D0DEE9
Complementary color
Monochromatic Colors of #D0DEE9
Black with #D0DEE9
Text Example
Text Example
White with #D0DEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DEE9; }
p { color: rgb(208,222,233); }
H1.HeaderClassName
{
color: #D0DEE9;
}
.AnyTagClassName
{
color: #D0DEE9;
}
</style>
background-color css
<style>
a { background-color: #D0DEE9; }
a { background-color: rgb(208,222,233); }
div.DivClassName
{
background-color: #D0DEE9;
}
.BgClassName
{
background-color: #D0DEE9;
}
</style>
border-color css
<style>
span { border-color: #D0DEE9; }
span { border-color: rgb(208,222,233); }
td.TdClassName
{
border-color: #D0DEE9;
}
.TagClassName
{
border-color: #D0DEE9;
}
</style>