Shades of Onahau #C1DCE8
Tints of Onahau #C1DCE8
RGB
CMYK
RGB Variations
Color information
#C1DCE8 (or 0xC1DCE8) is known color: Onahau. HEX triplet: C1, DC and E8. RGB value is (193,220,232). Sum of RGB (Red+Green+Blue) = 193+220+232=645 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.92% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 232 - color contains mainly: blue. Hex color #C1DCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DCE8 is #3E2317. Grayscale: #D5D5D5. Windows color (decimal): -4072216 or 15260865. OLE color: 15260865.
HSL color Cylindrical-coordinate representation of color #C1DCE8: hue angle of 198.46º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1DCE8 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 220 | 232 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.09 |
| HSL | 198.46º | 0.46% | 0.83% | - |
| HSV(B) | 198.46º | 0.17% | 0.91% | - |
| XYZ | 62.15 | 68.35 | 86.26 | - |
| YUV | 213.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 232 | 0.17 | 0.05 | 0 | 0.09 | 198.46 | 0.46 | 0.83 |
| Hex | C1 | DC | E8 | 11 | 5 | 0 | 9 | C6 | 2E | 53 |
| Octal | 301 | 334 | 350 | 21 | 5 | 0 | 11 | 306 | 56 | 123 |
| Binary | 11000001 | 11011100 | 11101000 | 10001 | 101 | 0 | 1001 | 11000110 | 101110 | 1010011 |
Color Harmonies of #C1DCE8
Complementary color
Monochromatic Colors of #C1DCE8
Black with #C1DCE8
Text Example
Text Example
White with #C1DCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DCE8; }
p { color: rgb(193,220,232); }
H1.HeaderClassName
{
color: #C1DCE8;
}
.AnyTagClassName
{
color: #C1DCE8;
}
</style>
background-color css
<style>
a { background-color: #C1DCE8; }
a { background-color: rgb(193,220,232); }
div.DivClassName
{
background-color: #C1DCE8;
}
.BgClassName
{
background-color: #C1DCE8;
}
</style>
border-color css
<style>
span { border-color: #C1DCE8; }
span { border-color: rgb(193,220,232); }
td.TdClassName
{
border-color: #C1DCE8;
}
.TagClassName
{
border-color: #C1DCE8;
}
</style>