Shades of Onahau #D0ECF2
Tints of Onahau #D0ECF2
RGB
CMYK
RGB Variations
Color information
#D0ECF2 (or 0xD0ECF2) is known color: Onahau. HEX triplet: D0, EC and F2. RGB value is (208,236,242). Sum of RGB (Red+Green+Blue) = 208+236+242=686 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.32% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #D0ECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0ECF2 is #2F130D. Grayscale: #E4E4E4. Windows color (decimal): -3085070 or 15920336. OLE color: 15920336.
HSL color Cylindrical-coordinate representation of color #D0ECF2: hue angle of 190.59º 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 #D0ECF2 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 236 | 242 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.05 |
| HSL | 190.59º | 0.57% | 0.88% | - |
| HSV(B) | 190.59º | 0.14% | 0.95% | - |
| XYZ | 72.03 | 79.81 | 95.61 | - |
| YUV | 228.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 242 | 0.14 | 0.02 | 0 | 0.05 | 190.59 | 0.57 | 0.88 |
| Hex | D0 | EC | F2 | E | 2 | 0 | 5 | BF | 39 | 58 |
| Octal | 320 | 354 | 362 | 16 | 2 | 0 | 5 | 277 | 71 | 130 |
| Binary | 11010000 | 11101100 | 11110010 | 1110 | 10 | 0 | 101 | 10111111 | 111001 | 1011000 |
Color Harmonies of #D0ECF2
Complementary color
Monochromatic Colors of #D0ECF2
Black with #D0ECF2
Text Example
Text Example
White with #D0ECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECF2; }
p { color: rgb(208,236,242); }
H1.HeaderClassName
{
color: #D0ECF2;
}
.AnyTagClassName
{
color: #D0ECF2;
}
</style>
background-color css
<style>
a { background-color: #D0ECF2; }
a { background-color: rgb(208,236,242); }
div.DivClassName
{
background-color: #D0ECF2;
}
.BgClassName
{
background-color: #D0ECF2;
}
</style>
border-color css
<style>
span { border-color: #D0ECF2; }
span { border-color: rgb(208,236,242); }
td.TdClassName
{
border-color: #D0ECF2;
}
.TagClassName
{
border-color: #D0ECF2;
}
</style>