Shades of Onahau #C2DDDF
Tints of Onahau #C2DDDF
RGB
CMYK
RGB Variations
Color information
#C2DDDF (or 0xC2DDDF) is known color: Onahau. HEX triplet: C2, DD and DF. RGB value is (194,221,223). Sum of RGB (Red+Green+Blue) = 194+221+223=638 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.41% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDDF is #3D2220. Grayscale: #D5D5D5. Windows color (decimal): -4006433 or 14671298. OLE color: 14671298.
HSL color Cylindrical-coordinate representation of color #C2DDDF: hue angle of 184.14º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DDDF is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 223 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.13 |
| HSL | 184.14º | 0.31% | 0.82% | - |
| HSV(B) | 184.14º | 0.13% | 0.87% | - |
| XYZ | 61.42 | 68.51 | 79.8 | - |
| YUV | 213.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 223 | 0.13 | 0.01 | 0 | 0.13 | 184.14 | 0.31 | 0.82 |
| Hex | C2 | DD | DF | D | 1 | 0 | D | B8 | 1F | 52 |
| Octal | 302 | 335 | 337 | 15 | 1 | 0 | 15 | 270 | 37 | 122 |
| Binary | 11000010 | 11011101 | 11011111 | 1101 | 1 | 0 | 1101 | 10111000 | 11111 | 1010010 |
Color Harmonies of #C2DDDF
Complementary color
Monochromatic Colors of #C2DDDF
Black with #C2DDDF
Text Example
Text Example
White with #C2DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDDF; }
p { color: rgb(194,221,223); }
H1.HeaderClassName
{
color: #C2DDDF;
}
.AnyTagClassName
{
color: #C2DDDF;
}
</style>
background-color css
<style>
a { background-color: #C2DDDF; }
a { background-color: rgb(194,221,223); }
div.DivClassName
{
background-color: #C2DDDF;
}
.BgClassName
{
background-color: #C2DDDF;
}
</style>
border-color css
<style>
span { border-color: #C2DDDF; }
span { border-color: rgb(194,221,223); }
td.TdClassName
{
border-color: #C2DDDF;
}
.TagClassName
{
border-color: #C2DDDF;
}
</style>