Shades of Onahau #C2DDE0
Tints of Onahau #C2DDE0
RGB
CMYK
RGB Variations
Color information
#C2DDE0 (or 0xC2DDE0) is known color: Onahau. HEX triplet: C2, DD and E0. RGB value is (194,221,224). Sum of RGB (Red+Green+Blue) = 194+221+224=639 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.36% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 224 - color contains mainly: blue. Hex color #C2DDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDE0 is #3D221F. Grayscale: #D5D5D5. Windows color (decimal): -4006432 or 14736834. OLE color: 14736834.
HSL color Cylindrical-coordinate representation of color #C2DDE0: hue angle of 186º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DDE0 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 221 | 224 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.12 |
| HSL | 186º | 0.33% | 0.82% | - |
| HSV(B) | 186º | 0.13% | 0.88% | - |
| XYZ | 61.56 | 68.56 | 80.51 | - |
| YUV | 213.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 224 | 0.13 | 0.01 | 0 | 0.12 | 186 | 0.33 | 0.82 |
| Hex | C2 | DD | E0 | D | 1 | 0 | C | BA | 21 | 52 |
| Octal | 302 | 335 | 340 | 15 | 1 | 0 | 14 | 272 | 41 | 122 |
| Binary | 11000010 | 11011101 | 11100000 | 1101 | 1 | 0 | 1100 | 10111010 | 100001 | 1010010 |
Color Harmonies of #C2DDE0
Complementary color
Monochromatic Colors of #C2DDE0
Black with #C2DDE0
Text Example
Text Example
White with #C2DDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDE0; }
p { color: rgb(194,221,224); }
H1.HeaderClassName
{
color: #C2DDE0;
}
.AnyTagClassName
{
color: #C2DDE0;
}
</style>
background-color css
<style>
a { background-color: #C2DDE0; }
a { background-color: rgb(194,221,224); }
div.DivClassName
{
background-color: #C2DDE0;
}
.BgClassName
{
background-color: #C2DDE0;
}
</style>
border-color css
<style>
span { border-color: #C2DDE0; }
span { border-color: rgb(194,221,224); }
td.TdClassName
{
border-color: #C2DDE0;
}
.TagClassName
{
border-color: #C2DDE0;
}
</style>