Shades of Link Water #CACDDA
Tints of Link Water #CACDDA
RGB
CMYK
RGB Variations
Color information
#CACDDA (or 0xCACDDA) is known color: Link Water. HEX triplet: CA, CD and DA. RGB value is (202,205,218). Sum of RGB (Red+Green+Blue) = 202+205+218=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 218 - color contains mainly: blue. Hex color #CACDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDDA is #353225. Grayscale: #CDCDCD. Windows color (decimal): -3486246 or 14339530. OLE color: 14339530.
HSL color Cylindrical-coordinate representation of color #CACDDA: hue angle of 228.75º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CACDDA is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 205 | 218 | - |
CMYK | 0.07 | 0.06 | 0 | 0.15 |
HSL | 228.75º | 0.18% | 0.82% | - |
HSV(B) | 228.75º | 0.07% | 0.85% | - |
XYZ | 58.84 | 61.28 | 75.06 | - |
YUV | 205.59 | 135.01 | 125.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 205 | 218 | 0.07 | 0.06 | 0 | 0.15 | 228.75 | 0.18 | 0.82 |
Hex | CA | CD | DA | 7 | 6 | 0 | F | E5 | 12 | 52 |
Octal | 312 | 315 | 332 | 7 | 6 | 0 | 17 | 345 | 22 | 122 |
Binary | 11001010 | 11001101 | 11011010 | 111 | 110 | 0 | 1111 | 11100101 | 10010 | 1010010 |
Color Harmonies of #CACDDA
Complementary color
Monochromatic Colors of #CACDDA
Black with #CACDDA
Text Example
Text Example
White with #CACDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDDA; }
p { color: rgb(202,205,218); }
H1.HeaderClassName
{
color: #CACDDA;
}
.AnyTagClassName
{
color: #CACDDA;
}
</style>
background-color css
<style>
a { background-color: #CACDDA; }
a { background-color: rgb(202,205,218); }
div.DivClassName
{
background-color: #CACDDA;
}
.BgClassName
{
background-color: #CACDDA;
}
</style>
border-color css
<style>
span { border-color: #CACDDA; }
span { border-color: rgb(202,205,218); }
td.TdClassName
{
border-color: #CACDDA;
}
.TagClassName
{
border-color: #CACDDA;
}
</style>