Shades of Edgewater #CACFCB
Tints of Edgewater #CACFCB
RGB
CMYK
RGB Variations
Color information
#CACFCB (or 0xCACFCB) is known color: Edgewater. HEX triplet: CA, CF and CB. RGB value is (202,207,203). Sum of RGB (Red+Green+Blue) = 202+207+203=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFCB is #353034. Grayscale: #CDCDCD. Windows color (decimal): -3485749 or 13357002. OLE color: 13357002.
HSL color Cylindrical-coordinate representation of color #CACFCB: hue angle of 132º 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 #CACFCB is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 207 | 203 | - |
CMYK | 0.02 | 0 | 0.02 | 0.19 |
HSL | 132º | 0.05% | 0.8% | - |
HSV(B) | 132º | 0.02% | 0.81% | - |
XYZ | 57.45 | 61.49 | 65.34 | - |
YUV | 205.05 | 126.84 | 125.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 207 | 203 | 0.02 | 0 | 0.02 | 0.19 | 132 | 0.05 | 0.8 |
Hex | CA | CF | CB | 2 | 0 | 2 | 13 | 84 | 5 | 50 |
Octal | 312 | 317 | 313 | 2 | 0 | 2 | 23 | 204 | 5 | 120 |
Binary | 11001010 | 11001111 | 11001011 | 10 | 0 | 10 | 10011 | 10000100 | 101 | 1010000 |
Color Harmonies of #CACFCB
Complementary color
Monochromatic Colors of #CACFCB
Black with #CACFCB
Text Example
Text Example
White with #CACFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFCB; }
p { color: rgb(202,207,203); }
H1.HeaderClassName
{
color: #CACFCB;
}
.AnyTagClassName
{
color: #CACFCB;
}
</style>
background-color css
<style>
a { background-color: #CACFCB; }
a { background-color: rgb(202,207,203); }
div.DivClassName
{
background-color: #CACFCB;
}
.BgClassName
{
background-color: #CACFCB;
}
</style>
border-color css
<style>
span { border-color: #CACFCB; }
span { border-color: rgb(202,207,203); }
td.TdClassName
{
border-color: #CACFCB;
}
.TagClassName
{
border-color: #CACFCB;
}
</style>