Shades of Link Water #CACDD4
Tints of Link Water #CACDD4
RGB
CMYK
RGB Variations
Color information
#CACDD4 (or 0xCACDD4) is known color: Link Water. HEX triplet: CA, CD and D4. RGB value is (202,205,212). Sum of RGB (Red+Green+Blue) = 202+205+212=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 212 - color contains mainly: blue. Hex color #CACDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDD4 is #35322B. Grayscale: #CCCCCC. Windows color (decimal): -3486252 or 13946314. OLE color: 13946314.
HSL color Cylindrical-coordinate representation of color #CACDD4: hue angle of 222º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CACDD4 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 202 | 205 | 212 | - |
CMYK | 0.05 | 0.03 | 0 | 0.17 |
HSL | 222º | 0.1% | 0.81% | - |
HSV(B) | 222º | 0.05% | 0.83% | - |
XYZ | 58.07 | 60.97 | 71 | - |
YUV | 204.9 | 132.01 | 125.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 205 | 212 | 0.05 | 0.03 | 0 | 0.17 | 222 | 0.1 | 0.81 |
Hex | CA | CD | D4 | 5 | 3 | 0 | 11 | DE | A | 51 |
Octal | 312 | 315 | 324 | 5 | 3 | 0 | 21 | 336 | 12 | 121 |
Binary | 11001010 | 11001101 | 11010100 | 101 | 11 | 0 | 10001 | 11011110 | 1010 | 1010001 |
Color Harmonies of #CACDD4
Complementary color
Monochromatic Colors of #CACDD4
Black with #CACDD4
Text Example
Text Example
White with #CACDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDD4; }
p { color: rgb(202,205,212); }
H1.HeaderClassName
{
color: #CACDD4;
}
.AnyTagClassName
{
color: #CACDD4;
}
</style>
background-color css
<style>
a { background-color: #CACDD4; }
a { background-color: rgb(202,205,212); }
div.DivClassName
{
background-color: #CACDD4;
}
.BgClassName
{
background-color: #CACDD4;
}
</style>
border-color css
<style>
span { border-color: #CACDD4; }
span { border-color: rgb(202,205,212); }
td.TdClassName
{
border-color: #CACDD4;
}
.TagClassName
{
border-color: #CACDD4;
}
</style>