Shades of Pattens Blue #D0E2EC
Tints of Pattens Blue #D0E2EC
RGB
CMYK
RGB Variations
Color information
#D0E2EC (or 0xD0E2EC) is known color: Pattens Blue. HEX triplet: D0, E2 and EC. RGB value is (208,226,236). Sum of RGB (Red+Green+Blue) = 208+226+236=670 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.04% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0E2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E2EC is #2F1D13. Grayscale: #DDDDDD. Windows color (decimal): -3087636 or 15524560. OLE color: 15524560.
HSL color Cylindrical-coordinate representation of color #D0E2EC: hue angle of 201.43º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0E2EC is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 226 | 236 | - |
CMYK | 0.12 | 0.04 | 0 | 0.07 |
HSL | 201.43º | 0.42% | 0.87% | - |
HSV(B) | 201.43º | 0.12% | 0.93% | - |
XYZ | 68.35 | 73.86 | 90.01 | - |
YUV | 221.76 | 136.04 | 118.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 226 | 236 | 0.12 | 0.04 | 0 | 0.07 | 201.43 | 0.42 | 0.87 |
Hex | D0 | E2 | EC | C | 4 | 0 | 7 | C9 | 2A | 57 |
Octal | 320 | 342 | 354 | 14 | 4 | 0 | 7 | 311 | 52 | 127 |
Binary | 11010000 | 11100010 | 11101100 | 1100 | 100 | 0 | 111 | 11001001 | 101010 | 1010111 |
Color Harmonies of #D0E2EC
Complementary color
Monochromatic Colors of #D0E2EC
Black with #D0E2EC
Text Example
Text Example
White with #D0E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E2EC; }
p { color: rgb(208,226,236); }
H1.HeaderClassName
{
color: #D0E2EC;
}
.AnyTagClassName
{
color: #D0E2EC;
}
</style>
background-color css
<style>
a { background-color: #D0E2EC; }
a { background-color: rgb(208,226,236); }
div.DivClassName
{
background-color: #D0E2EC;
}
.BgClassName
{
background-color: #D0E2EC;
}
</style>
border-color css
<style>
span { border-color: #D0E2EC; }
span { border-color: rgb(208,226,236); }
td.TdClassName
{
border-color: #D0E2EC;
}
.TagClassName
{
border-color: #D0E2EC;
}
</style>