Shades of Edgewater #C9DDCC
Tints of Edgewater #C9DDCC
RGB
CMYK
RGB Variations
Color information
#C9DDCC (or 0xC9DDCC) is known color: Edgewater. HEX triplet: C9, DD and CC. RGB value is (201,221,204). Sum of RGB (Red+Green+Blue) = 201+221+204=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDCC is #362233. Grayscale: #D5D5D5. Windows color (decimal): -3547700 or 13426121. OLE color: 13426121.
HSL color Cylindrical-coordinate representation of color #C9DDCC: hue angle of 129º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DDCC is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 221 | 204 | - |
CMYK | 0.09 | 0 | 0.08 | 0.13 |
HSL | 129º | 0.23% | 0.83% | - |
HSV(B) | 129º | 0.09% | 0.87% | - |
XYZ | 60.84 | 68.49 | 67.14 | - |
YUV | 213.08 | 122.87 | 119.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 221 | 204 | 0.09 | 0 | 0.08 | 0.13 | 129 | 0.23 | 0.83 |
Hex | C9 | DD | CC | 9 | 0 | 8 | D | 81 | 17 | 53 |
Octal | 311 | 335 | 314 | 11 | 0 | 10 | 15 | 201 | 27 | 123 |
Binary | 11001001 | 11011101 | 11001100 | 1001 | 0 | 1000 | 1101 | 10000001 | 10111 | 1010011 |
Color Harmonies of #C9DDCC
Complementary color
Monochromatic Colors of #C9DDCC
Black with #C9DDCC
Text Example
Text Example
White with #C9DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DDCC; }
p { color: rgb(201,221,204); }
H1.HeaderClassName
{
color: #C9DDCC;
}
.AnyTagClassName
{
color: #C9DDCC;
}
</style>
background-color css
<style>
a { background-color: #C9DDCC; }
a { background-color: rgb(201,221,204); }
div.DivClassName
{
background-color: #C9DDCC;
}
.BgClassName
{
background-color: #C9DDCC;
}
</style>
border-color css
<style>
span { border-color: #C9DDCC; }
span { border-color: rgb(201,221,204); }
td.TdClassName
{
border-color: #C9DDCC;
}
.TagClassName
{
border-color: #C9DDCC;
}
</style>