Shades of Onahau #C6DFE5
Tints of Onahau #C6DFE5
RGB
CMYK
RGB Variations
Color information
#C6DFE5 (or 0xC6DFE5) is known color: Onahau. HEX triplet: C6, DF and E5. RGB value is (198,223,229). Sum of RGB (Red+Green+Blue) = 198+223+229=650 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.46% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 229 - color contains mainly: blue. Hex color #C6DFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DFE5 is #39201A. Grayscale: #D8D8D8. Windows color (decimal): -3743771 or 15065030. OLE color: 15065030.
HSL color Cylindrical-coordinate representation of color #C6DFE5: hue angle of 191.61º degrees, saturation: 0.37, 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 #C6DFE5 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 223 | 229 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.10 |
| HSL | 191.61º | 0.37% | 0.84% | - |
| HSV(B) | 191.61º | 0.14% | 0.9% | - |
| XYZ | 63.82 | 70.44 | 84.36 | - |
| YUV | 216.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 229 | 0.14 | 0.03 | 0 | 0.10 | 191.61 | 0.37 | 0.84 |
| Hex | C6 | DF | E5 | E | 3 | 0 | A | C0 | 25 | 54 |
| Octal | 306 | 337 | 345 | 16 | 3 | 0 | 12 | 300 | 45 | 124 |
| Binary | 11000110 | 11011111 | 11100101 | 1110 | 11 | 0 | 1010 | 11000000 | 100101 | 1010100 |
Color Harmonies of #C6DFE5
Complementary color
Monochromatic Colors of #C6DFE5
Black with #C6DFE5
Text Example
Text Example
White with #C6DFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DFE5; }
p { color: rgb(198,223,229); }
H1.HeaderClassName
{
color: #C6DFE5;
}
.AnyTagClassName
{
color: #C6DFE5;
}
</style>
background-color css
<style>
a { background-color: #C6DFE5; }
a { background-color: rgb(198,223,229); }
div.DivClassName
{
background-color: #C6DFE5;
}
.BgClassName
{
background-color: #C6DFE5;
}
</style>
border-color css
<style>
span { border-color: #C6DFE5; }
span { border-color: rgb(198,223,229); }
td.TdClassName
{
border-color: #C6DFE5;
}
.TagClassName
{
border-color: #C6DFE5;
}
</style>