Shades of Onahau #C2D7DD
Tints of Onahau #C2D7DD
RGB
CMYK
RGB Variations
Color information
#C2D7DD (or 0xC2D7DD) is known color: Onahau. HEX triplet: C2, D7 and DD. RGB value is (194,215,221). Sum of RGB (Red+Green+Blue) = 194+215+221=630 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.79% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2D7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D7DD is #3D2822. Grayscale: #D1D1D1. Windows color (decimal): -4007971 or 14538690. OLE color: 14538690.
HSL color Cylindrical-coordinate representation of color #C2D7DD: hue angle of 193.33º 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 #C2D7DD is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 215 | 221 | - |
CMYK | 0.12 | 0.03 | 0 | 0.13 |
HSL | 193.33º | 0.28% | 0.81% | - |
HSV(B) | 193.33º | 0.12% | 0.87% | - |
XYZ | 59.6 | 65.29 | 77.87 | - |
YUV | 209.41 | 134.54 | 117.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 215 | 221 | 0.12 | 0.03 | 0 | 0.13 | 193.33 | 0.28 | 0.81 |
Hex | C2 | D7 | DD | C | 3 | 0 | D | C1 | 1C | 51 |
Octal | 302 | 327 | 335 | 14 | 3 | 0 | 15 | 301 | 34 | 121 |
Binary | 11000010 | 11010111 | 11011101 | 1100 | 11 | 0 | 1101 | 11000001 | 11100 | 1010001 |
Color Harmonies of #C2D7DD
Complementary color
Monochromatic Colors of #C2D7DD
Black with #C2D7DD
Text Example
Text Example
White with #C2D7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D7DD; }
p { color: rgb(194,215,221); }
H1.HeaderClassName
{
color: #C2D7DD;
}
.AnyTagClassName
{
color: #C2D7DD;
}
</style>
background-color css
<style>
a { background-color: #C2D7DD; }
a { background-color: rgb(194,215,221); }
div.DivClassName
{
background-color: #C2D7DD;
}
.BgClassName
{
background-color: #C2D7DD;
}
</style>
border-color css
<style>
span { border-color: #C2D7DD; }
span { border-color: rgb(194,215,221); }
td.TdClassName
{
border-color: #C2D7DD;
}
.TagClassName
{
border-color: #C2D7DD;
}
</style>