Shades of Onahau #C2DEEB
Tints of Onahau #C2DEEB
RGB
CMYK
RGB Variations
Color information
#C2DEEB (or 0xC2DEEB) is known color: Onahau. HEX triplet: C2, DE and EB. RGB value is (194,222,235). Sum of RGB (Red+Green+Blue) = 194+222+235=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DEEB is #3D2114. Grayscale: #D7D7D7. Windows color (decimal): -4006165 or 15457986. OLE color: 15457986.
HSL color Cylindrical-coordinate representation of color #C2DEEB: hue angle of 199.02º 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 #C2DEEB is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 222 | 235 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.08 |
| HSL | 199.02º | 0.51% | 0.84% | - |
| HSV(B) | 199.02º | 0.17% | 0.92% | - |
| XYZ | 63.36 | 69.71 | 88.71 | - |
| YUV | 215.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 235 | 0.17 | 0.06 | 0 | 0.08 | 199.02 | 0.51 | 0.84 |
| Hex | C2 | DE | EB | 11 | 6 | 0 | 8 | C7 | 33 | 54 |
| Octal | 302 | 336 | 353 | 21 | 6 | 0 | 10 | 307 | 63 | 124 |
| Binary | 11000010 | 11011110 | 11101011 | 10001 | 110 | 0 | 1000 | 11000111 | 110011 | 1010100 |
Color Harmonies of #C2DEEB
Complementary color
Monochromatic Colors of #C2DEEB
Black with #C2DEEB
Text Example
Text Example
White with #C2DEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DEEB; }
p { color: rgb(194,222,235); }
H1.HeaderClassName
{
color: #C2DEEB;
}
.AnyTagClassName
{
color: #C2DEEB;
}
</style>
background-color css
<style>
a { background-color: #C2DEEB; }
a { background-color: rgb(194,222,235); }
div.DivClassName
{
background-color: #C2DEEB;
}
.BgClassName
{
background-color: #C2DEEB;
}
</style>
border-color css
<style>
span { border-color: #C2DEEB; }
span { border-color: rgb(194,222,235); }
td.TdClassName
{
border-color: #C2DEEB;
}
.TagClassName
{
border-color: #C2DEEB;
}
</style>