Shades of Pattens Blue #D0E2EF
Tints of Pattens Blue #D0E2EF
RGB
CMYK
RGB Variations
Color information
#D0E2EF (or 0xD0E2EF) is known color: Pattens Blue. HEX triplet: D0, E2 and EF. RGB value is (208,226,239). Sum of RGB (Red+Green+Blue) = 208+226+239=673 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.91% from 673); Green value is 226 (88.67% from 255 or 33.58% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0E2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E2EF is #2F1D10. Grayscale: #DEDEDE. Windows color (decimal): -3087633 or 15721168. OLE color: 15721168.
HSL color Cylindrical-coordinate representation of color #D0E2EF: hue angle of 205.16º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0E2EF is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 226 | 239 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.06 |
| HSL | 205.16º | 0.49% | 0.88% | - |
| HSV(B) | 205.16º | 0.13% | 0.94% | - |
| XYZ | 68.79 | 74.03 | 92.33 | - |
| YUV | 222.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 226 | 239 | 0.13 | 0.05 | 0 | 0.06 | 205.16 | 0.49 | 0.88 |
| Hex | D0 | E2 | EF | D | 5 | 0 | 6 | CD | 31 | 58 |
| Octal | 320 | 342 | 357 | 15 | 5 | 0 | 6 | 315 | 61 | 130 |
| Binary | 11010000 | 11100010 | 11101111 | 1101 | 101 | 0 | 110 | 11001101 | 110001 | 1011000 |
Color Harmonies of #D0E2EF
Complementary color
Monochromatic Colors of #D0E2EF
Black with #D0E2EF
Text Example
Text Example
White with #D0E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E2EF; }
p { color: rgb(208,226,239); }
H1.HeaderClassName
{
color: #D0E2EF;
}
.AnyTagClassName
{
color: #D0E2EF;
}
</style>
background-color css
<style>
a { background-color: #D0E2EF; }
a { background-color: rgb(208,226,239); }
div.DivClassName
{
background-color: #D0E2EF;
}
.BgClassName
{
background-color: #D0E2EF;
}
</style>
border-color css
<style>
span { border-color: #D0E2EF; }
span { border-color: rgb(208,226,239); }
td.TdClassName
{
border-color: #D0E2EF;
}
.TagClassName
{
border-color: #D0E2EF;
}
</style>