Shades of Onahau #C2DDEB
Tints of Onahau #C2DDEB
RGB
CMYK
RGB Variations
Color information
#C2DDEB (or 0xC2DDEB) is known color: Onahau. HEX triplet: C2, DD and EB. RGB value is (194,221,235). Sum of RGB (Red+Green+Blue) = 194+221+235=650 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.85% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2DDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DDEB is #3D2214. Grayscale: #D6D6D6. Windows color (decimal): -4006421 or 15457730. OLE color: 15457730.
HSL color Cylindrical-coordinate representation of color #C2DDEB: hue angle of 200.49º 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 #C2DDEB is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 221 | 235 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.08 |
| HSL | 200.49º | 0.51% | 0.84% | - |
| HSV(B) | 200.49º | 0.17% | 0.92% | - |
| XYZ | 63.1 | 69.18 | 88.62 | - |
| YUV | 214.52 | 139.55 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 235 | 0.17 | 0.06 | 0 | 0.08 | 200.49 | 0.51 | 0.84 |
| Hex | C2 | DD | EB | 11 | 6 | 0 | 8 | C8 | 33 | 54 |
| Octal | 302 | 335 | 353 | 21 | 6 | 0 | 10 | 310 | 63 | 124 |
| Binary | 11000010 | 11011101 | 11101011 | 10001 | 110 | 0 | 1000 | 11001000 | 110011 | 1010100 |
Color Harmonies of #C2DDEB
Complementary color
Monochromatic Colors of #C2DDEB
Black with #C2DDEB
Text Example
Text Example
White with #C2DDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDEB; }
p { color: rgb(194,221,235); }
H1.HeaderClassName
{
color: #C2DDEB;
}
.AnyTagClassName
{
color: #C2DDEB;
}
</style>
background-color css
<style>
a { background-color: #C2DDEB; }
a { background-color: rgb(194,221,235); }
div.DivClassName
{
background-color: #C2DDEB;
}
.BgClassName
{
background-color: #C2DDEB;
}
</style>
border-color css
<style>
span { border-color: #C2DDEB; }
span { border-color: rgb(194,221,235); }
td.TdClassName
{
border-color: #C2DDEB;
}
.TagClassName
{
border-color: #C2DDEB;
}
</style>