Shades of Onahau #C6DDE6
Tints of Onahau #C6DDE6
RGB
CMYK
RGB Variations
Color information
#C6DDE6 (or 0xC6DDE6) is known color: Onahau. HEX triplet: C6, DD and E6. RGB value is (198,221,230). Sum of RGB (Red+Green+Blue) = 198+221+230=649 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.51% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 230 - color contains mainly: blue. Hex color #C6DDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DDE6 is #392219. Grayscale: #D7D7D7. Windows color (decimal): -3744282 or 15130054. OLE color: 15130054.
HSL color Cylindrical-coordinate representation of color #C6DDE6: hue angle of 196.88º degrees, saturation: 0.39, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6DDE6 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 221 | 230 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.10 |
| HSL | 196.88º | 0.39% | 0.84% | - |
| HSV(B) | 196.88º | 0.14% | 0.9% | - |
| XYZ | 63.43 | 69.43 | 84.92 | - |
| YUV | 215.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 230 | 0.14 | 0.04 | 0 | 0.10 | 196.88 | 0.39 | 0.84 |
| Hex | C6 | DD | E6 | E | 4 | 0 | A | C5 | 27 | 54 |
| Octal | 306 | 335 | 346 | 16 | 4 | 0 | 12 | 305 | 47 | 124 |
| Binary | 11000110 | 11011101 | 11100110 | 1110 | 100 | 0 | 1010 | 11000101 | 100111 | 1010100 |
Color Harmonies of #C6DDE6
Complementary color
Monochromatic Colors of #C6DDE6
Black with #C6DDE6
Text Example
Text Example
White with #C6DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DDE6; }
p { color: rgb(198,221,230); }
H1.HeaderClassName
{
color: #C6DDE6;
}
.AnyTagClassName
{
color: #C6DDE6;
}
</style>
background-color css
<style>
a { background-color: #C6DDE6; }
a { background-color: rgb(198,221,230); }
div.DivClassName
{
background-color: #C6DDE6;
}
.BgClassName
{
background-color: #C6DDE6;
}
</style>
border-color css
<style>
span { border-color: #C6DDE6; }
span { border-color: rgb(198,221,230); }
td.TdClassName
{
border-color: #C6DDE6;
}
.TagClassName
{
border-color: #C6DDE6;
}
</style>