Shades of Onahau #C3DFE1
Tints of Onahau #C3DFE1
RGB
CMYK
RGB Variations
Color information
#C3DFE1 (or 0xC3DFE1) is known color: Onahau. HEX triplet: C3, DF and E1. RGB value is (195,223,225). Sum of RGB (Red+Green+Blue) = 195+223+225=643 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.33% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 225 - color contains mainly: blue. Hex color #C3DFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DFE1 is #3C201E. Grayscale: #D6D6D6. Windows color (decimal): -3940383 or 14802883. OLE color: 14802883.
HSL color Cylindrical-coordinate representation of color #C3DFE1: hue angle of 184º 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 #C3DFE1 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 223 | 225 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.12 |
| HSL | 184º | 0.33% | 0.82% | - |
| HSV(B) | 184º | 0.13% | 0.88% | - |
| XYZ | 62.48 | 69.81 | 81.42 | - |
| YUV | 214.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 225 | 0.13 | 0.01 | 0 | 0.12 | 184 | 0.33 | 0.82 |
| Hex | C3 | DF | E1 | D | 1 | 0 | C | B8 | 21 | 52 |
| Octal | 303 | 337 | 341 | 15 | 1 | 0 | 14 | 270 | 41 | 122 |
| Binary | 11000011 | 11011111 | 11100001 | 1101 | 1 | 0 | 1100 | 10111000 | 100001 | 1010010 |
Color Harmonies of #C3DFE1
Complementary color
Monochromatic Colors of #C3DFE1
Black with #C3DFE1
Text Example
Text Example
White with #C3DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DFE1; }
p { color: rgb(195,223,225); }
H1.HeaderClassName
{
color: #C3DFE1;
}
.AnyTagClassName
{
color: #C3DFE1;
}
</style>
background-color css
<style>
a { background-color: #C3DFE1; }
a { background-color: rgb(195,223,225); }
div.DivClassName
{
background-color: #C3DFE1;
}
.BgClassName
{
background-color: #C3DFE1;
}
</style>
border-color css
<style>
span { border-color: #C3DFE1; }
span { border-color: rgb(195,223,225); }
td.TdClassName
{
border-color: #C3DFE1;
}
.TagClassName
{
border-color: #C3DFE1;
}
</style>