Shades of Link Water #CACDCF
Tints of Link Water #CACDCF
RGB
CMYK
RGB Variations
Color information
#CACDCF (or 0xCACDCF) is known color: Link Water. HEX triplet: CA, CD and CF. RGB value is (202,205,207). Sum of RGB (Red+Green+Blue) = 202+205+207=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 207 - color contains mainly: blue. Hex color #CACDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDCF is #353230. Grayscale: #CCCCCC. Windows color (decimal): -3486257 or 13618634. OLE color: 13618634.
HSL color Cylindrical-coordinate representation of color #CACDCF: hue angle of 204º 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 #CACDCF is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 205 | 207 | - |
CMYK | 0.02 | 0.01 | 0 | 0.19 |
HSL | 204º | 0.05% | 0.8% | - |
HSV(B) | 204º | 0.02% | 0.81% | - |
XYZ | 57.45 | 60.72 | 67.72 | - |
YUV | 204.33 | 129.51 | 126.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 205 | 207 | 0.02 | 0.01 | 0 | 0.19 | 204 | 0.05 | 0.8 |
Hex | CA | CD | CF | 2 | 1 | 0 | 13 | CC | 5 | 50 |
Octal | 312 | 315 | 317 | 2 | 1 | 0 | 23 | 314 | 5 | 120 |
Binary | 11001010 | 11001101 | 11001111 | 10 | 1 | 0 | 10011 | 11001100 | 101 | 1010000 |
Color Harmonies of #CACDCF
Complementary color
Monochromatic Colors of #CACDCF
Black with #CACDCF
Text Example
Text Example
White with #CACDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDCF; }
p { color: rgb(202,205,207); }
H1.HeaderClassName
{
color: #CACDCF;
}
.AnyTagClassName
{
color: #CACDCF;
}
</style>
background-color css
<style>
a { background-color: #CACDCF; }
a { background-color: rgb(202,205,207); }
div.DivClassName
{
background-color: #CACDCF;
}
.BgClassName
{
background-color: #CACDCF;
}
</style>
border-color css
<style>
span { border-color: #CACDCF; }
span { border-color: rgb(202,205,207); }
td.TdClassName
{
border-color: #CACDCF;
}
.TagClassName
{
border-color: #CACDCF;
}
</style>