Shades of Edgewater #CBDBCE
Tints of Edgewater #CBDBCE
RGB
CMYK
RGB Variations
Color information
#CBDBCE (or 0xCBDBCE) is known color: Edgewater. HEX triplet: CB, DB and CE. RGB value is (203,219,206). Sum of RGB (Red+Green+Blue) = 203+219+206=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBCE is #342431. Grayscale: #D4D4D4. Windows color (decimal): -3417138 or 13556683. OLE color: 13556683.
HSL color Cylindrical-coordinate representation of color #CBDBCE: hue angle of 131.25º degrees, saturation: 0.18, 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 #CBDBCE is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 206 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.14 |
| HSL | 131.25º | 0.18% | 0.83% | - |
| HSV(B) | 131.25º | 0.07% | 0.86% | - |
| XYZ | 61.1 | 67.82 | 68.26 | - |
| YUV | 212.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 206 | 0.07 | 0 | 0.06 | 0.14 | 131.25 | 0.18 | 0.83 |
| Hex | CB | DB | CE | 7 | 0 | 6 | E | 83 | 12 | 53 |
| Octal | 313 | 333 | 316 | 7 | 0 | 6 | 16 | 203 | 22 | 123 |
| Binary | 11001011 | 11011011 | 11001110 | 111 | 0 | 110 | 1110 | 10000011 | 10010 | 1010011 |
Color Harmonies of #CBDBCE
Complementary color
Monochromatic Colors of #CBDBCE
Black with #CBDBCE
Text Example
Text Example
White with #CBDBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDBCE; }
p { color: rgb(203,219,206); }
H1.HeaderClassName
{
color: #CBDBCE;
}
.AnyTagClassName
{
color: #CBDBCE;
}
</style>
background-color css
<style>
a { background-color: #CBDBCE; }
a { background-color: rgb(203,219,206); }
div.DivClassName
{
background-color: #CBDBCE;
}
.BgClassName
{
background-color: #CBDBCE;
}
</style>
border-color css
<style>
span { border-color: #CBDBCE; }
span { border-color: rgb(203,219,206); }
td.TdClassName
{
border-color: #CBDBCE;
}
.TagClassName
{
border-color: #CBDBCE;
}
</style>