Shades of Edgewater #C4DDC9
Tints of Edgewater #C4DDC9
RGB
CMYK
RGB Variations
Color information
#C4DDC9 (or 0xC4DDC9) is known color: Edgewater. HEX triplet: C4, DD and C9. RGB value is (196,221,201). Sum of RGB (Red+Green+Blue) = 196+221+201=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DDC9 is #3B2236. Grayscale: #D3D3D3. Windows color (decimal): -3875383 or 13229508. OLE color: 13229508.
HSL color Cylindrical-coordinate representation of color #C4DDC9: hue angle of 132º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DDC9 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 196 | 221 | 201 | - |
CMYK | 0.11 | 0 | 0.09 | 0.13 |
HSL | 132º | 0.27% | 0.82% | - |
HSV(B) | 132º | 0.11% | 0.87% | - |
XYZ | 59.16 | 67.67 | 65.2 | - |
YUV | 211.25 | 122.22 | 117.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 221 | 201 | 0.11 | 0 | 0.09 | 0.13 | 132 | 0.27 | 0.82 |
Hex | C4 | DD | C9 | B | 0 | 9 | D | 84 | 1B | 52 |
Octal | 304 | 335 | 311 | 13 | 0 | 11 | 15 | 204 | 33 | 122 |
Binary | 11000100 | 11011101 | 11001001 | 1011 | 0 | 1001 | 1101 | 10000100 | 11011 | 1010010 |
Color Harmonies of #C4DDC9
Complementary color
Monochromatic Colors of #C4DDC9
Black with #C4DDC9
Text Example
Text Example
White with #C4DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DDC9; }
p { color: rgb(196,221,201); }
H1.HeaderClassName
{
color: #C4DDC9;
}
.AnyTagClassName
{
color: #C4DDC9;
}
</style>
background-color css
<style>
a { background-color: #C4DDC9; }
a { background-color: rgb(196,221,201); }
div.DivClassName
{
background-color: #C4DDC9;
}
.BgClassName
{
background-color: #C4DDC9;
}
</style>
border-color css
<style>
span { border-color: #C4DDC9; }
span { border-color: rgb(196,221,201); }
td.TdClassName
{
border-color: #C4DDC9;
}
.TagClassName
{
border-color: #C4DDC9;
}
</style>