Shades of Link Water #CACDDB
Tints of Link Water #CACDDB
RGB
CMYK
RGB Variations
Color information
#CACDDB (or 0xCACDDB) is known color: Link Water. HEX triplet: CA, CD and DB. RGB value is (202,205,219). Sum of RGB (Red+Green+Blue) = 202+205+219=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #CACDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDDB is #353224. Grayscale: #CDCDCD. Windows color (decimal): -3486245 or 14405066. OLE color: 14405066.
HSL color Cylindrical-coordinate representation of color #CACDDB: hue angle of 229.41º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CACDDB is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 205 | 219 | - |
CMYK | 0.08 | 0.06 | 0 | 0.14 |
HSL | 229.41º | 0.19% | 0.83% | - |
HSV(B) | 229.41º | 0.08% | 0.86% | - |
XYZ | 58.97 | 61.33 | 75.75 | - |
YUV | 205.7 | 135.51 | 125.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 205 | 219 | 0.08 | 0.06 | 0 | 0.14 | 229.41 | 0.19 | 0.83 |
Hex | CA | CD | DB | 8 | 6 | 0 | E | E5 | 13 | 53 |
Octal | 312 | 315 | 333 | 10 | 6 | 0 | 16 | 345 | 23 | 123 |
Binary | 11001010 | 11001101 | 11011011 | 1000 | 110 | 0 | 1110 | 11100101 | 10011 | 1010011 |
Color Harmonies of #CACDDB
Complementary color
Monochromatic Colors of #CACDDB
Black with #CACDDB
Text Example
Text Example
White with #CACDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDDB; }
p { color: rgb(202,205,219); }
H1.HeaderClassName
{
color: #CACDDB;
}
.AnyTagClassName
{
color: #CACDDB;
}
</style>
background-color css
<style>
a { background-color: #CACDDB; }
a { background-color: rgb(202,205,219); }
div.DivClassName
{
background-color: #CACDDB;
}
.BgClassName
{
background-color: #CACDDB;
}
</style>
border-color css
<style>
span { border-color: #CACDDB; }
span { border-color: rgb(202,205,219); }
td.TdClassName
{
border-color: #CACDDB;
}
.TagClassName
{
border-color: #CACDDB;
}
</style>