Shades of Onahau #C2DFEB
Tints of Onahau #C2DFEB
RGB
CMYK
RGB Variations
Color information
#C2DFEB (or 0xC2DFEB) is known color: Onahau. HEX triplet: C2, DF and EB. RGB value is (194,223,235). Sum of RGB (Red+Green+Blue) = 194+223+235=652 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.75% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DFEB is #3D2014. Grayscale: #D7D7D7. Windows color (decimal): -4005909 or 15458242. OLE color: 15458242.
HSL color Cylindrical-coordinate representation of color #C2DFEB: hue angle of 197.56º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2DFEB is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 223 | 235 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.08 |
| HSL | 197.56º | 0.51% | 0.84% | - |
| HSV(B) | 197.56º | 0.17% | 0.92% | - |
| XYZ | 63.63 | 70.24 | 88.8 | - |
| YUV | 215.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 235 | 0.17 | 0.05 | 0 | 0.08 | 197.56 | 0.51 | 0.84 |
| Hex | C2 | DF | EB | 11 | 5 | 0 | 8 | C6 | 33 | 54 |
| Octal | 302 | 337 | 353 | 21 | 5 | 0 | 10 | 306 | 63 | 124 |
| Binary | 11000010 | 11011111 | 11101011 | 10001 | 101 | 0 | 1000 | 11000110 | 110011 | 1010100 |
Color Harmonies of #C2DFEB
Complementary color
Monochromatic Colors of #C2DFEB
Black with #C2DFEB
Text Example
Text Example
White with #C2DFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DFEB; }
p { color: rgb(194,223,235); }
H1.HeaderClassName
{
color: #C2DFEB;
}
.AnyTagClassName
{
color: #C2DFEB;
}
</style>
background-color css
<style>
a { background-color: #C2DFEB; }
a { background-color: rgb(194,223,235); }
div.DivClassName
{
background-color: #C2DFEB;
}
.BgClassName
{
background-color: #C2DFEB;
}
</style>
border-color css
<style>
span { border-color: #C2DFEB; }
span { border-color: rgb(194,223,235); }
td.TdClassName
{
border-color: #C2DFEB;
}
.TagClassName
{
border-color: #C2DFEB;
}
</style>