Shades of Onahau #C6DAE2
Tints of Onahau #C6DAE2
RGB
CMYK
RGB Variations
Color information
#C6DAE2 (or 0xC6DAE2) is known color: Onahau. HEX triplet: C6, DA and E2. RGB value is (198,218,226). Sum of RGB (Red+Green+Blue) = 198+218+226=642 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.84% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 226 - color contains mainly: blue. Hex color #C6DAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DAE2 is #39251D. Grayscale: #D4D4D4. Windows color (decimal): -3745054 or 14867142. OLE color: 14867142.
HSL color Cylindrical-coordinate representation of color #C6DAE2: hue angle of 197.14º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6DAE2 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 218 | 226 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.11 |
| HSL | 197.14º | 0.33% | 0.83% | - |
| HSV(B) | 197.14º | 0.12% | 0.89% | - |
| XYZ | 62.09 | 67.64 | 81.73 | - |
| YUV | 212.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 218 | 226 | 0.12 | 0.04 | 0 | 0.11 | 197.14 | 0.33 | 0.83 |
| Hex | C6 | DA | E2 | C | 4 | 0 | B | C5 | 21 | 53 |
| Octal | 306 | 332 | 342 | 14 | 4 | 0 | 13 | 305 | 41 | 123 |
| Binary | 11000110 | 11011010 | 11100010 | 1100 | 100 | 0 | 1011 | 11000101 | 100001 | 1010011 |
Color Harmonies of #C6DAE2
Complementary color
Monochromatic Colors of #C6DAE2
Black with #C6DAE2
Text Example
Text Example
White with #C6DAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DAE2; }
p { color: rgb(198,218,226); }
H1.HeaderClassName
{
color: #C6DAE2;
}
.AnyTagClassName
{
color: #C6DAE2;
}
</style>
background-color css
<style>
a { background-color: #C6DAE2; }
a { background-color: rgb(198,218,226); }
div.DivClassName
{
background-color: #C6DAE2;
}
.BgClassName
{
background-color: #C6DAE2;
}
</style>
border-color css
<style>
span { border-color: #C6DAE2; }
span { border-color: rgb(198,218,226); }
td.TdClassName
{
border-color: #C6DAE2;
}
.TagClassName
{
border-color: #C6DAE2;
}
</style>