Shades of Onahau #C3DCDF
Tints of Onahau #C3DCDF
RGB
CMYK
RGB Variations
Color information
#C3DCDF (or 0xC3DCDF) is known color: Onahau. HEX triplet: C3, DC and DF. RGB value is (195,220,223). Sum of RGB (Red+Green+Blue) = 195+220+223=638 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.56% from 638); Green value is 220 (86.33% from 255 or 34.48% 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 #C3DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DCDF is #3C2320. Grayscale: #D4D4D4. Windows color (decimal): -3941153 or 14671043. OLE color: 14671043.
HSL color Cylindrical-coordinate representation of color #C3DCDF: hue angle of 186.43º degrees, saturation: 0.3, 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 #C3DCDF is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 220 | 223 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.13 |
| HSL | 186.43º | 0.3% | 0.82% | - |
| HSV(B) | 186.43º | 0.13% | 0.87% | - |
| XYZ | 61.42 | 68.12 | 79.72 | - |
| YUV | 212.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 223 | 0.13 | 0.01 | 0 | 0.13 | 186.43 | 0.3 | 0.82 |
| Hex | C3 | DC | DF | D | 1 | 0 | D | BA | 1E | 52 |
| Octal | 303 | 334 | 337 | 15 | 1 | 0 | 15 | 272 | 36 | 122 |
| Binary | 11000011 | 11011100 | 11011111 | 1101 | 1 | 0 | 1101 | 10111010 | 11110 | 1010010 |
Color Harmonies of #C3DCDF
Complementary color
Monochromatic Colors of #C3DCDF
Black with #C3DCDF
Text Example
Text Example
White with #C3DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DCDF; }
p { color: rgb(195,220,223); }
H1.HeaderClassName
{
color: #C3DCDF;
}
.AnyTagClassName
{
color: #C3DCDF;
}
</style>
background-color css
<style>
a { background-color: #C3DCDF; }
a { background-color: rgb(195,220,223); }
div.DivClassName
{
background-color: #C3DCDF;
}
.BgClassName
{
background-color: #C3DCDF;
}
</style>
border-color css
<style>
span { border-color: #C3DCDF; }
span { border-color: rgb(195,220,223); }
td.TdClassName
{
border-color: #C3DCDF;
}
.TagClassName
{
border-color: #C3DCDF;
}
</style>