Shades of Onahau #C3DDE7
Tints of Onahau #C3DDE7
RGB
CMYK
RGB Variations
Color information
#C3DDE7 (or 0xC3DDE7) is known color: Onahau. HEX triplet: C3, DD and E7. RGB value is (195,221,231). Sum of RGB (Red+Green+Blue) = 195+221+231=647 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.14% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 231 (90.62% from 255 or 35.70% from 647); Max value from RGB is 231 - color contains mainly: blue. Hex color #C3DDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DDE7 is #3C2218. Grayscale: #D6D6D6. Windows color (decimal): -3940889 or 15195587. OLE color: 15195587.
HSL color Cylindrical-coordinate representation of color #C3DDE7: hue angle of 196.67º degrees, saturation: 0.43, 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 #C3DDE7 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 221 | 231 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.09 |
| HSL | 196.67º | 0.43% | 0.84% | - |
| HSV(B) | 196.67º | 0.16% | 0.91% | - |
| XYZ | 62.79 | 69.08 | 85.63 | - |
| YUV | 214.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 231 | 0.16 | 0.04 | 0 | 0.09 | 196.67 | 0.43 | 0.84 |
| Hex | C3 | DD | E7 | 10 | 4 | 0 | 9 | C5 | 2B | 54 |
| Octal | 303 | 335 | 347 | 20 | 4 | 0 | 11 | 305 | 53 | 124 |
| Binary | 11000011 | 11011101 | 11100111 | 10000 | 100 | 0 | 1001 | 11000101 | 101011 | 1010100 |
Color Harmonies of #C3DDE7
Complementary color
Monochromatic Colors of #C3DDE7
Black with #C3DDE7
Text Example
Text Example
White with #C3DDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DDE7; }
p { color: rgb(195,221,231); }
H1.HeaderClassName
{
color: #C3DDE7;
}
.AnyTagClassName
{
color: #C3DDE7;
}
</style>
background-color css
<style>
a { background-color: #C3DDE7; }
a { background-color: rgb(195,221,231); }
div.DivClassName
{
background-color: #C3DDE7;
}
.BgClassName
{
background-color: #C3DDE7;
}
</style>
border-color css
<style>
span { border-color: #C3DDE7; }
span { border-color: rgb(195,221,231); }
td.TdClassName
{
border-color: #C3DDE7;
}
.TagClassName
{
border-color: #C3DDE7;
}
</style>