Shades of Link Water #CACFD3
Tints of Link Water #CACFD3
RGB
CMYK
RGB Variations
Color information
#CACFD3 (or 0xCACFD3) is known color: Link Water. HEX triplet: CA, CF and D3. RGB value is (202,207,211). Sum of RGB (Red+Green+Blue) = 202+207+211=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 211 - color contains mainly: blue. Hex color #CACFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFD3 is #35302C. Grayscale: #CDCDCD. Windows color (decimal): -3485741 or 13881290. OLE color: 13881290.
HSL color Cylindrical-coordinate representation of color #CACFD3: hue angle of 206.67º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CACFD3 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 207 | 211 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.17 |
| HSL | 206.67º | 0.09% | 0.81% | - |
| HSV(B) | 206.67º | 0.04% | 0.83% | - |
| XYZ | 58.43 | 61.89 | 70.49 | - |
| YUV | 205.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 211 | 0.04 | 0.02 | 0 | 0.17 | 206.67 | 0.09 | 0.81 |
| Hex | CA | CF | D3 | 4 | 2 | 0 | 11 | CF | 9 | 51 |
| Octal | 312 | 317 | 323 | 4 | 2 | 0 | 21 | 317 | 11 | 121 |
| Binary | 11001010 | 11001111 | 11010011 | 100 | 10 | 0 | 10001 | 11001111 | 1001 | 1010001 |
Color Harmonies of #CACFD3
Complementary color
Monochromatic Colors of #CACFD3
Black with #CACFD3
Text Example
Text Example
White with #CACFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFD3; }
p { color: rgb(202,207,211); }
H1.HeaderClassName
{
color: #CACFD3;
}
.AnyTagClassName
{
color: #CACFD3;
}
</style>
background-color css
<style>
a { background-color: #CACFD3; }
a { background-color: rgb(202,207,211); }
div.DivClassName
{
background-color: #CACFD3;
}
.BgClassName
{
background-color: #CACFD3;
}
</style>
border-color css
<style>
span { border-color: #CACFD3; }
span { border-color: rgb(202,207,211); }
td.TdClassName
{
border-color: #CACFD3;
}
.TagClassName
{
border-color: #CACFD3;
}
</style>