Shades of Edgewater #C8CFCA
Tints of Edgewater #C8CFCA
RGB
CMYK
RGB Variations
Color information
#C8CFCA (or 0xC8CFCA) is known color: Edgewater. HEX triplet: C8, CF and CA. RGB value is (200,207,202). Sum of RGB (Red+Green+Blue) = 200+207+202=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFCA is #373035. Grayscale: #CCCCCC. Windows color (decimal): -3616822 or 13291464. OLE color: 13291464.
HSL color Cylindrical-coordinate representation of color #C8CFCA: hue angle of 137.14º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C8CFCA is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 200 | 207 | 202 | - |
CMYK | 0.03 | 0 | 0.02 | 0.19 |
HSL | 137.14º | 0.07% | 0.8% | - |
HSV(B) | 137.14º | 0.03% | 0.81% | - |
XYZ | 56.79 | 61.17 | 64.69 | - |
YUV | 204.34 | 126.68 | 124.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 207 | 202 | 0.03 | 0 | 0.02 | 0.19 | 137.14 | 0.07 | 0.8 |
Hex | C8 | CF | CA | 3 | 0 | 2 | 13 | 89 | 7 | 50 |
Octal | 310 | 317 | 312 | 3 | 0 | 2 | 23 | 211 | 7 | 120 |
Binary | 11001000 | 11001111 | 11001010 | 11 | 0 | 10 | 10011 | 10001001 | 111 | 1010000 |
Color Harmonies of #C8CFCA
Complementary color
Monochromatic Colors of #C8CFCA
Black with #C8CFCA
Text Example
Text Example
White with #C8CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFCA; }
p { color: rgb(200,207,202); }
H1.HeaderClassName
{
color: #C8CFCA;
}
.AnyTagClassName
{
color: #C8CFCA;
}
</style>
background-color css
<style>
a { background-color: #C8CFCA; }
a { background-color: rgb(200,207,202); }
div.DivClassName
{
background-color: #C8CFCA;
}
.BgClassName
{
background-color: #C8CFCA;
}
</style>
border-color css
<style>
span { border-color: #C8CFCA; }
span { border-color: rgb(200,207,202); }
td.TdClassName
{
border-color: #C8CFCA;
}
.TagClassName
{
border-color: #C8CFCA;
}
</style>