Shades of Edgewater #CCDCCE
Tints of Edgewater #CCDCCE
RGB
CMYK
RGB Variations
Color information
#CCDCCE (or 0xCCDCCE) is known color: Edgewater. HEX triplet: CC, DC and CE. RGB value is (204,220,206). Sum of RGB (Red+Green+Blue) = 204+220+206=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCCE is #332331. Grayscale: #D5D5D5. Windows color (decimal): -3351346 or 13556940. OLE color: 13556940.
HSL color Cylindrical-coordinate representation of color #CCDCCE: hue angle of 127.5º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCDCCE is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 220 | 206 | - |
CMYK | 0.07 | 0 | 0.06 | 0.14 |
HSL | 127.5º | 0.19% | 0.83% | - |
HSV(B) | 127.5º | 0.07% | 0.86% | - |
XYZ | 61.64 | 68.48 | 68.36 | - |
YUV | 213.62 | 123.7 | 121.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 220 | 206 | 0.07 | 0 | 0.06 | 0.14 | 127.5 | 0.19 | 0.83 |
Hex | CC | DC | CE | 7 | 0 | 6 | E | 80 | 13 | 53 |
Octal | 314 | 334 | 316 | 7 | 0 | 6 | 16 | 200 | 23 | 123 |
Binary | 11001100 | 11011100 | 11001110 | 111 | 0 | 110 | 1110 | 10000000 | 10011 | 1010011 |
Color Harmonies of #CCDCCE
Complementary color
Monochromatic Colors of #CCDCCE
Black with #CCDCCE
Text Example
Text Example
White with #CCDCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCCE; }
p { color: rgb(204,220,206); }
H1.HeaderClassName
{
color: #CCDCCE;
}
.AnyTagClassName
{
color: #CCDCCE;
}
</style>
background-color css
<style>
a { background-color: #CCDCCE; }
a { background-color: rgb(204,220,206); }
div.DivClassName
{
background-color: #CCDCCE;
}
.BgClassName
{
background-color: #CCDCCE;
}
</style>
border-color css
<style>
span { border-color: #CCDCCE; }
span { border-color: rgb(204,220,206); }
td.TdClassName
{
border-color: #CCDCCE;
}
.TagClassName
{
border-color: #CCDCCE;
}
</style>