Shades of Edgewater #CBCFCC
Tints of Edgewater #CBCFCC
RGB
CMYK
RGB Variations
Color information
#CBCFCC (or 0xCBCFCC) is known color: Edgewater. HEX triplet: CB, CF and CC. RGB value is (203,207,204). Sum of RGB (Red+Green+Blue) = 203+207+204=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 207 - color contains mainly: green. Hex color #CBCFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFCC is #343033. Grayscale: #CDCDCD. Windows color (decimal): -3420212 or 13422539. OLE color: 13422539.
HSL color Cylindrical-coordinate representation of color #CBCFCC: hue angle of 135º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CBCFCC is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 203 | 207 | 204 | - |
CMYK | 0.02 | 0 | 0.01 | 0.19 |
HSL | 135º | 0.04% | 0.8% | - |
HSV(B) | 135º | 0.02% | 0.81% | - |
XYZ | 57.84 | 61.68 | 65.98 | - |
YUV | 205.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 207 | 204 | 0.02 | 0 | 0.01 | 0.19 | 135 | 0.04 | 0.8 |
Hex | CB | CF | CC | 2 | 0 | 1 | 13 | 87 | 4 | 50 |
Octal | 313 | 317 | 314 | 2 | 0 | 1 | 23 | 207 | 4 | 120 |
Binary | 11001011 | 11001111 | 11001100 | 10 | 0 | 1 | 10011 | 10000111 | 100 | 1010000 |
Color Harmonies of #CBCFCC
Complementary color
Monochromatic Colors of #CBCFCC
Black with #CBCFCC
Text Example
Text Example
White with #CBCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFCC; }
p { color: rgb(203,207,204); }
H1.HeaderClassName
{
color: #CBCFCC;
}
.AnyTagClassName
{
color: #CBCFCC;
}
</style>
background-color css
<style>
a { background-color: #CBCFCC; }
a { background-color: rgb(203,207,204); }
div.DivClassName
{
background-color: #CBCFCC;
}
.BgClassName
{
background-color: #CBCFCC;
}
</style>
border-color css
<style>
span { border-color: #CBCFCC; }
span { border-color: rgb(203,207,204); }
td.TdClassName
{
border-color: #CBCFCC;
}
.TagClassName
{
border-color: #CBCFCC;
}
</style>