Shades of Pattens Blue #D0DEE5
Tints of Pattens Blue #D0DEE5
RGB
CMYK
RGB Variations
Color information
#D0DEE5 (or 0xD0DEE5) is known color: Pattens Blue. HEX triplet: D0, DE and E5. RGB value is (208,222,229). Sum of RGB (Red+Green+Blue) = 208+222+229=659 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.56% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 229 - color contains mainly: blue. Hex color #D0DEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DEE5 is #2F211A. Grayscale: #DADADA. Windows color (decimal): -3088667 or 15064784. OLE color: 15064784.
HSL color Cylindrical-coordinate representation of color #D0DEE5: hue angle of 200º 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 #D0DEE5 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 222 | 229 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.10 |
| HSL | 200º | 0.29% | 0.86% | - |
| HSV(B) | 200º | 0.09% | 0.9% | - |
| XYZ | 66.28 | 71.31 | 84.4 | - |
| YUV | 218.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 229 | 0.09 | 0.03 | 0 | 0.10 | 200 | 0.29 | 0.86 |
| Hex | D0 | DE | E5 | 9 | 3 | 0 | A | C8 | 1D | 56 |
| Octal | 320 | 336 | 345 | 11 | 3 | 0 | 12 | 310 | 35 | 126 |
| Binary | 11010000 | 11011110 | 11100101 | 1001 | 11 | 0 | 1010 | 11001000 | 11101 | 1010110 |
Color Harmonies of #D0DEE5
Complementary color
Monochromatic Colors of #D0DEE5
Black with #D0DEE5
Text Example
Text Example
White with #D0DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DEE5; }
p { color: rgb(208,222,229); }
H1.HeaderClassName
{
color: #D0DEE5;
}
.AnyTagClassName
{
color: #D0DEE5;
}
</style>
background-color css
<style>
a { background-color: #D0DEE5; }
a { background-color: rgb(208,222,229); }
div.DivClassName
{
background-color: #D0DEE5;
}
.BgClassName
{
background-color: #D0DEE5;
}
</style>
border-color css
<style>
span { border-color: #D0DEE5; }
span { border-color: rgb(208,222,229); }
td.TdClassName
{
border-color: #D0DEE5;
}
.TagClassName
{
border-color: #D0DEE5;
}
</style>