Shades of Edgewater #CCD8CF
Tints of Edgewater #CCD8CF
RGB
CMYK
RGB Variations
Color information
#CCD8CF (or 0xCCD8CF) is known color: Edgewater. HEX triplet: CC, D8 and CF. RGB value is (204,216,207). Sum of RGB (Red+Green+Blue) = 204+216+207=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8CF is #332730. Grayscale: #D3D3D3. Windows color (decimal): -3352369 or 13621452. OLE color: 13621452.
HSL color Cylindrical-coordinate representation of color #CCD8CF: hue angle of 135º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD8CF is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 207 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.15 |
| HSL | 135º | 0.13% | 0.82% | - |
| HSV(B) | 135º | 0.06% | 0.85% | - |
| XYZ | 60.72 | 66.45 | 68.66 | - |
| YUV | 211.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 207 | 0.06 | 0 | 0.04 | 0.15 | 135 | 0.13 | 0.82 |
| Hex | CC | D8 | CF | 6 | 0 | 4 | F | 87 | D | 52 |
| Octal | 314 | 330 | 317 | 6 | 0 | 4 | 17 | 207 | 15 | 122 |
| Binary | 11001100 | 11011000 | 11001111 | 110 | 0 | 100 | 1111 | 10000111 | 1101 | 1010010 |
Color Harmonies of #CCD8CF
Complementary color
Monochromatic Colors of #CCD8CF
Black with #CCD8CF
Text Example
Text Example
White with #CCD8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8CF; }
p { color: rgb(204,216,207); }
H1.HeaderClassName
{
color: #CCD8CF;
}
.AnyTagClassName
{
color: #CCD8CF;
}
</style>
background-color css
<style>
a { background-color: #CCD8CF; }
a { background-color: rgb(204,216,207); }
div.DivClassName
{
background-color: #CCD8CF;
}
.BgClassName
{
background-color: #CCD8CF;
}
</style>
border-color css
<style>
span { border-color: #CCD8CF; }
span { border-color: rgb(204,216,207); }
td.TdClassName
{
border-color: #CCD8CF;
}
.TagClassName
{
border-color: #CCD8CF;
}
</style>