Shades of Edgewater #C9DECC
Tints of Edgewater #C9DECC
RGB
CMYK
RGB Variations
Color information
#C9DECC (or 0xC9DECC) is known color: Edgewater. HEX triplet: C9, DE and CC. RGB value is (201,222,204). Sum of RGB (Red+Green+Blue) = 201+222+204=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DECC is #362133. Grayscale: #D5D5D5. Windows color (decimal): -3547444 or 13426377. OLE color: 13426377.
HSL color Cylindrical-coordinate representation of color #C9DECC: hue angle of 128.57º degrees, saturation: 0.24, 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 #C9DECC is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 222 | 204 | - |
CMYK | 0.09 | 0 | 0.08 | 0.13 |
HSL | 128.57º | 0.24% | 0.83% | - |
HSV(B) | 128.57º | 0.09% | 0.87% | - |
XYZ | 61.11 | 69.02 | 67.23 | - |
YUV | 213.67 | 122.54 | 118.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 222 | 204 | 0.09 | 0 | 0.08 | 0.13 | 128.57 | 0.24 | 0.83 |
Hex | C9 | DE | CC | 9 | 0 | 8 | D | 81 | 18 | 53 |
Octal | 311 | 336 | 314 | 11 | 0 | 10 | 15 | 201 | 30 | 123 |
Binary | 11001001 | 11011110 | 11001100 | 1001 | 0 | 1000 | 1101 | 10000001 | 11000 | 1010011 |
Color Harmonies of #C9DECC
Complementary color
Monochromatic Colors of #C9DECC
Black with #C9DECC
Text Example
Text Example
White with #C9DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DECC; }
p { color: rgb(201,222,204); }
H1.HeaderClassName
{
color: #C9DECC;
}
.AnyTagClassName
{
color: #C9DECC;
}
</style>
background-color css
<style>
a { background-color: #C9DECC; }
a { background-color: rgb(201,222,204); }
div.DivClassName
{
background-color: #C9DECC;
}
.BgClassName
{
background-color: #C9DECC;
}
</style>
border-color css
<style>
span { border-color: #C9DECC; }
span { border-color: rgb(201,222,204); }
td.TdClassName
{
border-color: #C9DECC;
}
.TagClassName
{
border-color: #C9DECC;
}
</style>