Shades of Onahau #C1DEE7
Tints of Onahau #C1DEE7
RGB
CMYK
RGB Variations
Color information
#C1DEE7 (or 0xC1DEE7) is known color: Onahau. HEX triplet: C1, DE and E7. RGB value is (193,222,231). Sum of RGB (Red+Green+Blue) = 193+222+231=646 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.88% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 231 (90.62% from 255 or 35.76% from 646); Max value from RGB is 231 - color contains mainly: blue. Hex color #C1DEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DEE7 is #3E2118. Grayscale: #D6D6D6. Windows color (decimal): -4071705 or 15195841. OLE color: 15195841.
HSL color Cylindrical-coordinate representation of color #C1DEE7: hue angle of 194.21º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1DEE7 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 222 | 231 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.09 |
| HSL | 194.21º | 0.44% | 0.83% | - |
| HSV(B) | 194.21º | 0.16% | 0.91% | - |
| XYZ | 62.54 | 69.35 | 85.69 | - |
| YUV | 214.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 222 | 231 | 0.16 | 0.04 | 0 | 0.09 | 194.21 | 0.44 | 0.83 |
| Hex | C1 | DE | E7 | 10 | 4 | 0 | 9 | C2 | 2C | 53 |
| Octal | 301 | 336 | 347 | 20 | 4 | 0 | 11 | 302 | 54 | 123 |
| Binary | 11000001 | 11011110 | 11100111 | 10000 | 100 | 0 | 1001 | 11000010 | 101100 | 1010011 |
Color Harmonies of #C1DEE7
Complementary color
Monochromatic Colors of #C1DEE7
Black with #C1DEE7
Text Example
Text Example
White with #C1DEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DEE7; }
p { color: rgb(193,222,231); }
H1.HeaderClassName
{
color: #C1DEE7;
}
.AnyTagClassName
{
color: #C1DEE7;
}
</style>
background-color css
<style>
a { background-color: #C1DEE7; }
a { background-color: rgb(193,222,231); }
div.DivClassName
{
background-color: #C1DEE7;
}
.BgClassName
{
background-color: #C1DEE7;
}
</style>
border-color css
<style>
span { border-color: #C1DEE7; }
span { border-color: rgb(193,222,231); }
td.TdClassName
{
border-color: #C1DEE7;
}
.TagClassName
{
border-color: #C1DEE7;
}
</style>