Shades of Onahau #C2DCE9
Tints of Onahau #C2DCE9
RGB
CMYK
RGB Variations
Color information
#C2DCE9 (or 0xC2DCE9) is known color: Onahau. HEX triplet: C2, DC and E9. RGB value is (194,220,233). Sum of RGB (Red+Green+Blue) = 194+220+233=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 233 - color contains mainly: blue. Hex color #C2DCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DCE9 is #3D2316. Grayscale: #D5D5D5. Windows color (decimal): -4006679 or 15326402. OLE color: 15326402.
HSL color Cylindrical-coordinate representation of color #C2DCE9: hue angle of 200º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2DCE9 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 220 | 233 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.09 |
| HSL | 200º | 0.47% | 0.84% | - |
| HSV(B) | 200º | 0.17% | 0.91% | - |
| XYZ | 62.55 | 68.54 | 87.02 | - |
| YUV | 213.71 | 138.89 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 233 | 0.17 | 0.06 | 0 | 0.09 | 200 | 0.47 | 0.84 |
| Hex | C2 | DC | E9 | 11 | 6 | 0 | 9 | C8 | 2F | 54 |
| Octal | 302 | 334 | 351 | 21 | 6 | 0 | 11 | 310 | 57 | 124 |
| Binary | 11000010 | 11011100 | 11101001 | 10001 | 110 | 0 | 1001 | 11001000 | 101111 | 1010100 |
Color Harmonies of #C2DCE9
Complementary color
Monochromatic Colors of #C2DCE9
Black with #C2DCE9
Text Example
Text Example
White with #C2DCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCE9; }
p { color: rgb(194,220,233); }
H1.HeaderClassName
{
color: #C2DCE9;
}
.AnyTagClassName
{
color: #C2DCE9;
}
</style>
background-color css
<style>
a { background-color: #C2DCE9; }
a { background-color: rgb(194,220,233); }
div.DivClassName
{
background-color: #C2DCE9;
}
.BgClassName
{
background-color: #C2DCE9;
}
</style>
border-color css
<style>
span { border-color: #C2DCE9; }
span { border-color: rgb(194,220,233); }
td.TdClassName
{
border-color: #C2DCE9;
}
.TagClassName
{
border-color: #C2DCE9;
}
</style>