Shades of Onahau #C7DFE3
Tints of Onahau #C7DFE3
RGB
CMYK
RGB Variations
Color information
#C7DFE3 (or 0xC7DFE3) is known color: Onahau. HEX triplet: C7, DF and E3. RGB value is (199,223,227). Sum of RGB (Red+Green+Blue) = 199+223+227=649 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.66% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 227 - color contains mainly: blue. Hex color #C7DFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DFE3 is #38201C. Grayscale: #D8D8D8. Windows color (decimal): -3678237 or 14933959. OLE color: 14933959.
HSL color Cylindrical-coordinate representation of color #C7DFE3: hue angle of 188.57º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7DFE3 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 199 | 223 | 227 | - |
CMYK | 0.12 | 0.02 | 0 | 0.11 |
HSL | 188.57º | 0.33% | 0.84% | - |
HSV(B) | 188.57º | 0.12% | 0.89% | - |
XYZ | 63.81 | 70.46 | 82.91 | - |
YUV | 216.28 | 134.05 | 115.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 223 | 227 | 0.12 | 0.02 | 0 | 0.11 | 188.57 | 0.33 | 0.84 |
Hex | C7 | DF | E3 | C | 2 | 0 | B | BD | 21 | 54 |
Octal | 307 | 337 | 343 | 14 | 2 | 0 | 13 | 275 | 41 | 124 |
Binary | 11000111 | 11011111 | 11100011 | 1100 | 10 | 0 | 1011 | 10111101 | 100001 | 1010100 |
Color Harmonies of #C7DFE3
Complementary color
Monochromatic Colors of #C7DFE3
Black with #C7DFE3
Text Example
Text Example
White with #C7DFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DFE3; }
p { color: rgb(199,223,227); }
H1.HeaderClassName
{
color: #C7DFE3;
}
.AnyTagClassName
{
color: #C7DFE3;
}
</style>
background-color css
<style>
a { background-color: #C7DFE3; }
a { background-color: rgb(199,223,227); }
div.DivClassName
{
background-color: #C7DFE3;
}
.BgClassName
{
background-color: #C7DFE3;
}
</style>
border-color css
<style>
span { border-color: #C7DFE3; }
span { border-color: rgb(199,223,227); }
td.TdClassName
{
border-color: #C7DFE3;
}
.TagClassName
{
border-color: #C7DFE3;
}
</style>