Shades of Edgewater #CBDACD
Tints of Edgewater #CBDACD
RGB
CMYK
RGB Variations
Color information
#CBDACD (or 0xCBDACD) is known color: Edgewater. HEX triplet: CB, DA and CD. RGB value is (203,218,205). Sum of RGB (Red+Green+Blue) = 203+218+205=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDACD is #342532. Grayscale: #D4D4D4. Windows color (decimal): -3417395 or 13490891. OLE color: 13490891.
HSL color Cylindrical-coordinate representation of color #CBDACD: hue angle of 128º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBDACD is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 205 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.15 |
| HSL | 128º | 0.17% | 0.83% | - |
| HSV(B) | 128º | 0.07% | 0.85% | - |
| XYZ | 60.72 | 67.25 | 67.54 | - |
| YUV | 212.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 205 | 0.07 | 0 | 0.06 | 0.15 | 128 | 0.17 | 0.83 |
| Hex | CB | DA | CD | 7 | 0 | 6 | F | 80 | 11 | 53 |
| Octal | 313 | 332 | 315 | 7 | 0 | 6 | 17 | 200 | 21 | 123 |
| Binary | 11001011 | 11011010 | 11001101 | 111 | 0 | 110 | 1111 | 10000000 | 10001 | 1010011 |
Color Harmonies of #CBDACD
Complementary color
Monochromatic Colors of #CBDACD
Black with #CBDACD
Text Example
Text Example
White with #CBDACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDACD; }
p { color: rgb(203,218,205); }
H1.HeaderClassName
{
color: #CBDACD;
}
.AnyTagClassName
{
color: #CBDACD;
}
</style>
background-color css
<style>
a { background-color: #CBDACD; }
a { background-color: rgb(203,218,205); }
div.DivClassName
{
background-color: #CBDACD;
}
.BgClassName
{
background-color: #CBDACD;
}
</style>
border-color css
<style>
span { border-color: #CBDACD; }
span { border-color: rgb(203,218,205); }
td.TdClassName
{
border-color: #CBDACD;
}
.TagClassName
{
border-color: #CBDACD;
}
</style>