Shades of Link Water #CACCD5
Tints of Link Water #CACCD5
RGB
CMYK
RGB Variations
Color information
#CACCD5 (or 0xCACCD5) is known color: Link Water. HEX triplet: CA, CC and D5. RGB value is (202,204,213). Sum of RGB (Red+Green+Blue) = 202+204+213=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 213 - color contains mainly: blue. Hex color #CACCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCD5 is #35332A. Grayscale: #CCCCCC. Windows color (decimal): -3486507 or 14011594. OLE color: 14011594.
HSL color Cylindrical-coordinate representation of color #CACCD5: hue angle of 229.09º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CACCD5 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 204 | 213 | - |
CMYK | 0.05 | 0.04 | 0 | 0.16 |
HSL | 229.09º | 0.12% | 0.81% | - |
HSV(B) | 229.09º | 0.05% | 0.84% | - |
XYZ | 57.96 | 60.55 | 71.58 | - |
YUV | 204.43 | 132.84 | 126.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 204 | 213 | 0.05 | 0.04 | 0 | 0.16 | 229.09 | 0.12 | 0.81 |
Hex | CA | CC | D5 | 5 | 4 | 0 | 10 | E5 | C | 51 |
Octal | 312 | 314 | 325 | 5 | 4 | 0 | 20 | 345 | 14 | 121 |
Binary | 11001010 | 11001100 | 11010101 | 101 | 100 | 0 | 10000 | 11100101 | 1100 | 1010001 |
Color Harmonies of #CACCD5
Complementary color
Monochromatic Colors of #CACCD5
Black with #CACCD5
Text Example
Text Example
White with #CACCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCD5; }
p { color: rgb(202,204,213); }
H1.HeaderClassName
{
color: #CACCD5;
}
.AnyTagClassName
{
color: #CACCD5;
}
</style>
background-color css
<style>
a { background-color: #CACCD5; }
a { background-color: rgb(202,204,213); }
div.DivClassName
{
background-color: #CACCD5;
}
.BgClassName
{
background-color: #CACCD5;
}
</style>
border-color css
<style>
span { border-color: #CACCD5; }
span { border-color: rgb(202,204,213); }
td.TdClassName
{
border-color: #CACCD5;
}
.TagClassName
{
border-color: #CACCD5;
}
</style>