Shades of Edgewater #CCD9CE
Tints of Edgewater #CCD9CE
RGB
CMYK
RGB Variations
Color information
#CCD9CE (or 0xCCD9CE) is known color: Edgewater. HEX triplet: CC, D9 and CE. RGB value is (204,217,206). Sum of RGB (Red+Green+Blue) = 204+217+206=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9CE is #332631. Grayscale: #D3D3D3. Windows color (decimal): -3352114 or 13556172. OLE color: 13556172.
HSL color Cylindrical-coordinate representation of color #CCD9CE: hue angle of 129.23º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD9CE is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 217 | 206 | - |
CMYK | 0.06 | 0 | 0.05 | 0.15 |
HSL | 129.23º | 0.15% | 0.83% | - |
HSV(B) | 129.23º | 0.06% | 0.85% | - |
XYZ | 60.86 | 66.92 | 68.1 | - |
YUV | 211.86 | 124.69 | 122.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 217 | 206 | 0.06 | 0 | 0.05 | 0.15 | 129.23 | 0.15 | 0.83 |
Hex | CC | D9 | CE | 6 | 0 | 5 | F | 81 | F | 53 |
Octal | 314 | 331 | 316 | 6 | 0 | 5 | 17 | 201 | 17 | 123 |
Binary | 11001100 | 11011001 | 11001110 | 110 | 0 | 101 | 1111 | 10000001 | 1111 | 1010011 |
Color Harmonies of #CCD9CE
Complementary color
Monochromatic Colors of #CCD9CE
Black with #CCD9CE
Text Example
Text Example
White with #CCD9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9CE; }
p { color: rgb(204,217,206); }
H1.HeaderClassName
{
color: #CCD9CE;
}
.AnyTagClassName
{
color: #CCD9CE;
}
</style>
background-color css
<style>
a { background-color: #CCD9CE; }
a { background-color: rgb(204,217,206); }
div.DivClassName
{
background-color: #CCD9CE;
}
.BgClassName
{
background-color: #CCD9CE;
}
</style>
border-color css
<style>
span { border-color: #CCD9CE; }
span { border-color: rgb(204,217,206); }
td.TdClassName
{
border-color: #CCD9CE;
}
.TagClassName
{
border-color: #CCD9CE;
}
</style>