Shades of Onahau #C2DCE6
Tints of Onahau #C2DCE6
RGB
CMYK
RGB Variations
Color information
#C2DCE6 (or 0xC2DCE6) is known color: Onahau. HEX triplet: C2, DC and E6. RGB value is (194,220,230). Sum of RGB (Red+Green+Blue) = 194+220+230=644 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.12% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 230 - color contains mainly: blue. Hex color #C2DCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DCE6 is #3D2319. Grayscale: #D5D5D5. Windows color (decimal): -4006682 or 15129794. OLE color: 15129794.
HSL color Cylindrical-coordinate representation of color #C2DCE6: hue angle of 196.67º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2DCE6 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 220 | 230 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.10 |
| HSL | 196.67º | 0.42% | 0.83% | - |
| HSV(B) | 196.67º | 0.16% | 0.9% | - |
| XYZ | 62.12 | 68.37 | 84.79 | - |
| YUV | 213.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 230 | 0.16 | 0.04 | 0 | 0.10 | 196.67 | 0.42 | 0.83 |
| Hex | C2 | DC | E6 | 10 | 4 | 0 | A | C5 | 2A | 53 |
| Octal | 302 | 334 | 346 | 20 | 4 | 0 | 12 | 305 | 52 | 123 |
| Binary | 11000010 | 11011100 | 11100110 | 10000 | 100 | 0 | 1010 | 11000101 | 101010 | 1010011 |
Color Harmonies of #C2DCE6
Complementary color
Monochromatic Colors of #C2DCE6
Black with #C2DCE6
Text Example
Text Example
White with #C2DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCE6; }
p { color: rgb(194,220,230); }
H1.HeaderClassName
{
color: #C2DCE6;
}
.AnyTagClassName
{
color: #C2DCE6;
}
</style>
background-color css
<style>
a { background-color: #C2DCE6; }
a { background-color: rgb(194,220,230); }
div.DivClassName
{
background-color: #C2DCE6;
}
.BgClassName
{
background-color: #C2DCE6;
}
</style>
border-color css
<style>
span { border-color: #C2DCE6; }
span { border-color: rgb(194,220,230); }
td.TdClassName
{
border-color: #C2DCE6;
}
.TagClassName
{
border-color: #C2DCE6;
}
</style>