Shades of Link Water #CACEDB
Tints of Link Water #CACEDB
RGB
CMYK
RGB Variations
Color information
#CACEDB (or 0xCACEDB) is known color: Link Water. HEX triplet: CA, CE and DB. RGB value is (202,206,219). Sum of RGB (Red+Green+Blue) = 202+206+219=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #CACEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEDB is #353124. Grayscale: #CECECE. Windows color (decimal): -3485989 or 14405322. OLE color: 14405322.
HSL color Cylindrical-coordinate representation of color #CACEDB: hue angle of 225.88º 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 #CACEDB is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 206 | 219 | - |
CMYK | 0.08 | 0.06 | 0 | 0.14 |
HSL | 225.88º | 0.19% | 0.83% | - |
HSV(B) | 225.88º | 0.08% | 0.86% | - |
XYZ | 59.21 | 61.81 | 75.83 | - |
YUV | 206.29 | 135.17 | 124.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 206 | 219 | 0.08 | 0.06 | 0 | 0.14 | 225.88 | 0.19 | 0.83 |
Hex | CA | CE | DB | 8 | 6 | 0 | E | E2 | 13 | 53 |
Octal | 312 | 316 | 333 | 10 | 6 | 0 | 16 | 342 | 23 | 123 |
Binary | 11001010 | 11001110 | 11011011 | 1000 | 110 | 0 | 1110 | 11100010 | 10011 | 1010011 |
Color Harmonies of #CACEDB
Complementary color
Monochromatic Colors of #CACEDB
Black with #CACEDB
Text Example
Text Example
White with #CACEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEDB; }
p { color: rgb(202,206,219); }
H1.HeaderClassName
{
color: #CACEDB;
}
.AnyTagClassName
{
color: #CACEDB;
}
</style>
background-color css
<style>
a { background-color: #CACEDB; }
a { background-color: rgb(202,206,219); }
div.DivClassName
{
background-color: #CACEDB;
}
.BgClassName
{
background-color: #CACEDB;
}
</style>
border-color css
<style>
span { border-color: #CACEDB; }
span { border-color: rgb(202,206,219); }
td.TdClassName
{
border-color: #CACEDB;
}
.TagClassName
{
border-color: #CACEDB;
}
</style>