Shades of Onahau #C2DEEA
Tints of Onahau #C2DEEA
RGB
CMYK
RGB Variations
Color information
#C2DEEA (or 0xC2DEEA) is known color: Onahau. HEX triplet: C2, DE and EA. RGB value is (194,222,234). Sum of RGB (Red+Green+Blue) = 194+222+234=650 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.85% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2DEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DEEA is #3D2115. Grayscale: #D6D6D6. Windows color (decimal): -4006166 or 15392450. OLE color: 15392450.
HSL color Cylindrical-coordinate representation of color #C2DEEA: hue angle of 198º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2DEEA is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 194 | 222 | 234 | - |
CMYK | 0.17 | 0.05 | 0 | 0.08 |
HSL | 198º | 0.49% | 0.84% | - |
HSV(B) | 198º | 0.17% | 0.92% | - |
XYZ | 63.22 | 69.65 | 87.95 | - |
YUV | 215 | 138.72 | 113.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 222 | 234 | 0.17 | 0.05 | 0 | 0.08 | 198 | 0.49 | 0.84 |
Hex | C2 | DE | EA | 11 | 5 | 0 | 8 | C6 | 31 | 54 |
Octal | 302 | 336 | 352 | 21 | 5 | 0 | 10 | 306 | 61 | 124 |
Binary | 11000010 | 11011110 | 11101010 | 10001 | 101 | 0 | 1000 | 11000110 | 110001 | 1010100 |
Color Harmonies of #C2DEEA
Complementary color
Monochromatic Colors of #C2DEEA
Black with #C2DEEA
Text Example
Text Example
White with #C2DEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DEEA; }
p { color: rgb(194,222,234); }
H1.HeaderClassName
{
color: #C2DEEA;
}
.AnyTagClassName
{
color: #C2DEEA;
}
</style>
background-color css
<style>
a { background-color: #C2DEEA; }
a { background-color: rgb(194,222,234); }
div.DivClassName
{
background-color: #C2DEEA;
}
.BgClassName
{
background-color: #C2DEEA;
}
</style>
border-color css
<style>
span { border-color: #C2DEEA; }
span { border-color: rgb(194,222,234); }
td.TdClassName
{
border-color: #C2DEEA;
}
.TagClassName
{
border-color: #C2DEEA;
}
</style>