Shades of Edgewater #CACFCC
Tints of Edgewater #CACFCC
RGB
CMYK
RGB Variations
Color information
#CACFCC (or 0xCACFCC) is known color: Edgewater. HEX triplet: CA, CF and CC. RGB value is (202,207,204). Sum of RGB (Red+Green+Blue) = 202+207+204=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFCC is #353033. Grayscale: #CDCDCD. Windows color (decimal): -3485748 or 13422538. OLE color: 13422538.
HSL color Cylindrical-coordinate representation of color #CACFCC: hue angle of 144º degrees, saturation: 0.05, 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 #CACFCC is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 207 | 204 | - |
CMYK | 0.02 | 0 | 0.01 | 0.19 |
HSL | 144º | 0.05% | 0.8% | - |
HSV(B) | 144º | 0.02% | 0.81% | - |
XYZ | 57.57 | 61.54 | 65.97 | - |
YUV | 205.16 | 127.34 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 207 | 204 | 0.02 | 0 | 0.01 | 0.19 | 144 | 0.05 | 0.8 |
Hex | CA | CF | CC | 2 | 0 | 1 | 13 | 90 | 5 | 50 |
Octal | 312 | 317 | 314 | 2 | 0 | 1 | 23 | 220 | 5 | 120 |
Binary | 11001010 | 11001111 | 11001100 | 10 | 0 | 1 | 10011 | 10010000 | 101 | 1010000 |
Color Harmonies of #CACFCC
Complementary color
Monochromatic Colors of #CACFCC
Black with #CACFCC
Text Example
Text Example
White with #CACFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFCC; }
p { color: rgb(202,207,204); }
H1.HeaderClassName
{
color: #CACFCC;
}
.AnyTagClassName
{
color: #CACFCC;
}
</style>
background-color css
<style>
a { background-color: #CACFCC; }
a { background-color: rgb(202,207,204); }
div.DivClassName
{
background-color: #CACFCC;
}
.BgClassName
{
background-color: #CACFCC;
}
</style>
border-color css
<style>
span { border-color: #CACFCC; }
span { border-color: rgb(202,207,204); }
td.TdClassName
{
border-color: #CACFCC;
}
.TagClassName
{
border-color: #CACFCC;
}
</style>