Shades of Edgewater #C2CBC4
Tints of Edgewater #C2CBC4
RGB
CMYK
RGB Variations
Color information
#C2CBC4 (or 0xC2CBC4) is known color: Edgewater. HEX triplet: C2, CB and C4. RGB value is (194,203,196). Sum of RGB (Red+Green+Blue) = 194+203+196=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBC4 is #3D343B. Grayscale: #C7C7C7. Windows color (decimal): -4011068 or 12897218. OLE color: 12897218.
HSL color Cylindrical-coordinate representation of color #C2CBC4: hue angle of 133.33º degrees, saturation: 0.08, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2CBC4 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
RGB | 194 | 203 | 196 | - |
CMYK | 0.04 | 0 | 0.03 | 0.20 |
HSL | 133.33º | 0.08% | 0.78% | - |
HSV(B) | 133.33º | 0.04% | 0.8% | - |
XYZ | 53.57 | 58.17 | 60.63 | - |
YUV | 199.51 | 126.02 | 124.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 203 | 196 | 0.04 | 0 | 0.03 | 0.20 | 133.33 | 0.08 | 0.78 |
Hex | C2 | CB | C4 | 4 | 0 | 3 | 14 | 85 | 8 | 4E |
Octal | 302 | 313 | 304 | 4 | 0 | 3 | 24 | 205 | 10 | 116 |
Binary | 11000010 | 11001011 | 11000100 | 100 | 0 | 11 | 10100 | 10000101 | 1000 | 1001110 |
Color Harmonies of #C2CBC4
Complementary color
Monochromatic Colors of #C2CBC4
Black with #C2CBC4
Text Example
Text Example
White with #C2CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CBC4; }
p { color: rgb(194,203,196); }
H1.HeaderClassName
{
color: #C2CBC4;
}
.AnyTagClassName
{
color: #C2CBC4;
}
</style>
background-color css
<style>
a { background-color: #C2CBC4; }
a { background-color: rgb(194,203,196); }
div.DivClassName
{
background-color: #C2CBC4;
}
.BgClassName
{
background-color: #C2CBC4;
}
</style>
border-color css
<style>
span { border-color: #C2CBC4; }
span { border-color: rgb(194,203,196); }
td.TdClassName
{
border-color: #C2CBC4;
}
.TagClassName
{
border-color: #C2CBC4;
}
</style>