Shades of Link Water #CACFDD
Tints of Link Water #CACFDD
RGB
CMYK
RGB Variations
Color information
#CACFDD (or 0xCACFDD) is known color: Link Water. HEX triplet: CA, CF and DD. RGB value is (202,207,221). Sum of RGB (Red+Green+Blue) = 202+207+221=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #CACFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFDD is #353022. Grayscale: #CFCFCF. Windows color (decimal): -3485731 or 14536650. OLE color: 14536650.
HSL color Cylindrical-coordinate representation of color #CACFDD: hue angle of 224.21º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CACFDD is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 207 | 221 | - |
CMYK | 0.09 | 0.06 | 0 | 0.13 |
HSL | 224.21º | 0.22% | 0.83% | - |
HSV(B) | 224.21º | 0.09% | 0.87% | - |
XYZ | 59.72 | 62.4 | 77.3 | - |
YUV | 207.1 | 135.84 | 124.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 207 | 221 | 0.09 | 0.06 | 0 | 0.13 | 224.21 | 0.22 | 0.83 |
Hex | CA | CF | DD | 9 | 6 | 0 | D | E0 | 16 | 53 |
Octal | 312 | 317 | 335 | 11 | 6 | 0 | 15 | 340 | 26 | 123 |
Binary | 11001010 | 11001111 | 11011101 | 1001 | 110 | 0 | 1101 | 11100000 | 10110 | 1010011 |
Color Harmonies of #CACFDD
Complementary color
Monochromatic Colors of #CACFDD
Black with #CACFDD
Text Example
Text Example
White with #CACFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFDD; }
p { color: rgb(202,207,221); }
H1.HeaderClassName
{
color: #CACFDD;
}
.AnyTagClassName
{
color: #CACFDD;
}
</style>
background-color css
<style>
a { background-color: #CACFDD; }
a { background-color: rgb(202,207,221); }
div.DivClassName
{
background-color: #CACFDD;
}
.BgClassName
{
background-color: #CACFDD;
}
</style>
border-color css
<style>
span { border-color: #CACFDD; }
span { border-color: rgb(202,207,221); }
td.TdClassName
{
border-color: #CACFDD;
}
.TagClassName
{
border-color: #CACFDD;
}
</style>