Shades of Onahau #C2D8DD
Tints of Onahau #C2D8DD
RGB
CMYK
RGB Variations
Color information
#C2D8DD (or 0xC2D8DD) is known color: Onahau. HEX triplet: C2, D8 and DD. RGB value is (194,216,221). Sum of RGB (Red+Green+Blue) = 194+216+221=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2D8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D8DD is #3D2722. Grayscale: #D1D1D1. Windows color (decimal): -4007715 or 14538946. OLE color: 14538946.
HSL color Cylindrical-coordinate representation of color #C2D8DD: hue angle of 191.11º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2D8DD is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 216 | 221 | - |
CMYK | 0.12 | 0.02 | 0 | 0.13 |
HSL | 191.11º | 0.28% | 0.81% | - |
HSV(B) | 191.11º | 0.12% | 0.87% | - |
XYZ | 59.86 | 65.8 | 77.95 | - |
YUV | 209.99 | 134.21 | 116.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 216 | 221 | 0.12 | 0.02 | 0 | 0.13 | 191.11 | 0.28 | 0.81 |
Hex | C2 | D8 | DD | C | 2 | 0 | D | BF | 1C | 51 |
Octal | 302 | 330 | 335 | 14 | 2 | 0 | 15 | 277 | 34 | 121 |
Binary | 11000010 | 11011000 | 11011101 | 1100 | 10 | 0 | 1101 | 10111111 | 11100 | 1010001 |
Color Harmonies of #C2D8DD
Complementary color
Monochromatic Colors of #C2D8DD
Black with #C2D8DD
Text Example
Text Example
White with #C2D8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D8DD; }
p { color: rgb(194,216,221); }
H1.HeaderClassName
{
color: #C2D8DD;
}
.AnyTagClassName
{
color: #C2D8DD;
}
</style>
background-color css
<style>
a { background-color: #C2D8DD; }
a { background-color: rgb(194,216,221); }
div.DivClassName
{
background-color: #C2D8DD;
}
.BgClassName
{
background-color: #C2D8DD;
}
</style>
border-color css
<style>
span { border-color: #C2D8DD; }
span { border-color: rgb(194,216,221); }
td.TdClassName
{
border-color: #C2D8DD;
}
.TagClassName
{
border-color: #C2D8DD;
}
</style>