Shades of Onahau #C3DDE9
Tints of Onahau #C3DDE9
RGB
CMYK
RGB Variations
Color information
#C3DDE9 (or 0xC3DDE9) is known color: Onahau. HEX triplet: C3, DD and E9. RGB value is (195,221,233). Sum of RGB (Red+Green+Blue) = 195+221+233=649 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.05% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 233 - color contains mainly: blue. Hex color #C3DDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DDE9 is #3C2216. Grayscale: #D6D6D6. Windows color (decimal): -3940887 or 15326659. OLE color: 15326659.
HSL color Cylindrical-coordinate representation of color #C3DDE9: hue angle of 198.95º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3DDE9 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 221 | 233 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.09 |
| HSL | 198.95º | 0.46% | 0.84% | - |
| HSV(B) | 198.95º | 0.16% | 0.91% | - |
| XYZ | 63.07 | 69.2 | 87.12 | - |
| YUV | 214.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 233 | 0.16 | 0.05 | 0 | 0.09 | 198.95 | 0.46 | 0.84 |
| Hex | C3 | DD | E9 | 10 | 5 | 0 | 9 | C7 | 2E | 54 |
| Octal | 303 | 335 | 351 | 20 | 5 | 0 | 11 | 307 | 56 | 124 |
| Binary | 11000011 | 11011101 | 11101001 | 10000 | 101 | 0 | 1001 | 11000111 | 101110 | 1010100 |
Color Harmonies of #C3DDE9
Complementary color
Monochromatic Colors of #C3DDE9
Black with #C3DDE9
Text Example
Text Example
White with #C3DDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DDE9; }
p { color: rgb(195,221,233); }
H1.HeaderClassName
{
color: #C3DDE9;
}
.AnyTagClassName
{
color: #C3DDE9;
}
</style>
background-color css
<style>
a { background-color: #C3DDE9; }
a { background-color: rgb(195,221,233); }
div.DivClassName
{
background-color: #C3DDE9;
}
.BgClassName
{
background-color: #C3DDE9;
}
</style>
border-color css
<style>
span { border-color: #C3DDE9; }
span { border-color: rgb(195,221,233); }
td.TdClassName
{
border-color: #C3DDE9;
}
.TagClassName
{
border-color: #C3DDE9;
}
</style>