Shades of Onahau #C0DADE
Tints of Onahau #C0DADE
RGB
CMYK
RGB Variations
Color information
#C0DADE (or 0xC0DADE) is known color: Onahau. HEX triplet: C0, DA and DE. RGB value is (192,218,222). Sum of RGB (Red+Green+Blue) = 192+218+222=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DADE is #3F2521. Grayscale: #D2D2D2. Windows color (decimal): -4138274 or 14604992. OLE color: 14604992.
HSL color Cylindrical-coordinate representation of color #C0DADE: hue angle of 188º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DADE is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 218 | 222 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.13 |
| HSL | 188º | 0.31% | 0.81% | - |
| HSV(B) | 188º | 0.14% | 0.87% | - |
| XYZ | 59.99 | 66.62 | 78.8 | - |
| YUV | 210.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 222 | 0.14 | 0.02 | 0 | 0.13 | 188 | 0.31 | 0.81 |
| Hex | C0 | DA | DE | E | 2 | 0 | D | BC | 1F | 51 |
| Octal | 300 | 332 | 336 | 16 | 2 | 0 | 15 | 274 | 37 | 121 |
| Binary | 11000000 | 11011010 | 11011110 | 1110 | 10 | 0 | 1101 | 10111100 | 11111 | 1010001 |
Color Harmonies of #C0DADE
Complementary color
Monochromatic Colors of #C0DADE
Black with #C0DADE
Text Example
Text Example
White with #C0DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DADE; }
p { color: rgb(192,218,222); }
H1.HeaderClassName
{
color: #C0DADE;
}
.AnyTagClassName
{
color: #C0DADE;
}
</style>
background-color css
<style>
a { background-color: #C0DADE; }
a { background-color: rgb(192,218,222); }
div.DivClassName
{
background-color: #C0DADE;
}
.BgClassName
{
background-color: #C0DADE;
}
</style>
border-color css
<style>
span { border-color: #C0DADE; }
span { border-color: rgb(192,218,222); }
td.TdClassName
{
border-color: #C0DADE;
}
.TagClassName
{
border-color: #C0DADE;
}
</style>