Shades of Onahau #C1DFEC
Tints of Onahau #C1DFEC
RGB
CMYK
RGB Variations
Color information
#C1DFEC (or 0xC1DFEC) is known color: Onahau. HEX triplet: C1, DF and EC. RGB value is (193,223,236). Sum of RGB (Red+Green+Blue) = 193+223+236=652 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.60% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1DFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DFEC is #3E2013. Grayscale: #D7D7D7. Windows color (decimal): -4071444 or 15523777. OLE color: 15523777.
HSL color Cylindrical-coordinate representation of color #C1DFEC: hue angle of 198.14º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1DFEC is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 223 | 236 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.07 |
| HSL | 198.14º | 0.53% | 0.84% | - |
| HSV(B) | 198.14º | 0.18% | 0.93% | - |
| XYZ | 63.52 | 70.17 | 89.55 | - |
| YUV | 215.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 236 | 0.18 | 0.06 | 0 | 0.07 | 198.14 | 0.53 | 0.84 |
| Hex | C1 | DF | EC | 12 | 6 | 0 | 7 | C6 | 35 | 54 |
| Octal | 301 | 337 | 354 | 22 | 6 | 0 | 7 | 306 | 65 | 124 |
| Binary | 11000001 | 11011111 | 11101100 | 10010 | 110 | 0 | 111 | 11000110 | 110101 | 1010100 |
Color Harmonies of #C1DFEC
Complementary color
Monochromatic Colors of #C1DFEC
Black with #C1DFEC
Text Example
Text Example
White with #C1DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DFEC; }
p { color: rgb(193,223,236); }
H1.HeaderClassName
{
color: #C1DFEC;
}
.AnyTagClassName
{
color: #C1DFEC;
}
</style>
background-color css
<style>
a { background-color: #C1DFEC; }
a { background-color: rgb(193,223,236); }
div.DivClassName
{
background-color: #C1DFEC;
}
.BgClassName
{
background-color: #C1DFEC;
}
</style>
border-color css
<style>
span { border-color: #C1DFEC; }
span { border-color: rgb(193,223,236); }
td.TdClassName
{
border-color: #C1DFEC;
}
.TagClassName
{
border-color: #C1DFEC;
}
</style>