Shades of Pattens Blue #D0EAF2
Tints of Pattens Blue #D0EAF2
RGB
CMYK
RGB Variations
Color information
#D0EAF2 (or 0xD0EAF2) is known color: Pattens Blue. HEX triplet: D0, EA and F2. RGB value is (208,234,242). Sum of RGB (Red+Green+Blue) = 208+234+242=684 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.41% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #D0EAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EAF2 is #2F150D. Grayscale: #E3E3E3. Windows color (decimal): -3085582 or 15919824. OLE color: 15919824.
HSL color Cylindrical-coordinate representation of color #D0EAF2: hue angle of 194.12º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0EAF2 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 234 | 242 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.05 |
| HSL | 194.12º | 0.57% | 0.88% | - |
| HSV(B) | 194.12º | 0.14% | 0.95% | - |
| XYZ | 71.46 | 78.67 | 95.42 | - |
| YUV | 227.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 242 | 0.14 | 0.03 | 0 | 0.05 | 194.12 | 0.57 | 0.88 |
| Hex | D0 | EA | F2 | E | 3 | 0 | 5 | C2 | 39 | 58 |
| Octal | 320 | 352 | 362 | 16 | 3 | 0 | 5 | 302 | 71 | 130 |
| Binary | 11010000 | 11101010 | 11110010 | 1110 | 11 | 0 | 101 | 11000010 | 111001 | 1011000 |
Color Harmonies of #D0EAF2
Complementary color
Monochromatic Colors of #D0EAF2
Black with #D0EAF2
Text Example
Text Example
White with #D0EAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EAF2; }
p { color: rgb(208,234,242); }
H1.HeaderClassName
{
color: #D0EAF2;
}
.AnyTagClassName
{
color: #D0EAF2;
}
</style>
background-color css
<style>
a { background-color: #D0EAF2; }
a { background-color: rgb(208,234,242); }
div.DivClassName
{
background-color: #D0EAF2;
}
.BgClassName
{
background-color: #D0EAF2;
}
</style>
border-color css
<style>
span { border-color: #D0EAF2; }
span { border-color: rgb(208,234,242); }
td.TdClassName
{
border-color: #D0EAF2;
}
.TagClassName
{
border-color: #D0EAF2;
}
</style>