Shades of Link Water #CACFDB
Tints of Link Water #CACFDB
RGB
CMYK
RGB Variations
Color information
#CACFDB (or 0xCACFDB) is known color: Link Water. HEX triplet: CA, CF and DB. RGB value is (202,207,219). Sum of RGB (Red+Green+Blue) = 202+207+219=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 219 - color contains mainly: blue. Hex color #CACFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFDB is #353024. Grayscale: #CECECE. Windows color (decimal): -3485733 or 14405578. OLE color: 14405578.
HSL color Cylindrical-coordinate representation of color #CACFDB: hue angle of 222.35º 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 #CACFDB is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 207 | 219 | - |
CMYK | 0.08 | 0.05 | 0 | 0.14 |
HSL | 222.35º | 0.19% | 0.83% | - |
HSV(B) | 222.35º | 0.08% | 0.86% | - |
XYZ | 59.46 | 62.3 | 75.91 | - |
YUV | 206.87 | 134.84 | 124.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 207 | 219 | 0.08 | 0.05 | 0 | 0.14 | 222.35 | 0.19 | 0.83 |
Hex | CA | CF | DB | 8 | 5 | 0 | E | DE | 13 | 53 |
Octal | 312 | 317 | 333 | 10 | 5 | 0 | 16 | 336 | 23 | 123 |
Binary | 11001010 | 11001111 | 11011011 | 1000 | 101 | 0 | 1110 | 11011110 | 10011 | 1010011 |
Color Harmonies of #CACFDB
Complementary color
Monochromatic Colors of #CACFDB
Black with #CACFDB
Text Example
Text Example
White with #CACFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFDB; }
p { color: rgb(202,207,219); }
H1.HeaderClassName
{
color: #CACFDB;
}
.AnyTagClassName
{
color: #CACFDB;
}
</style>
background-color css
<style>
a { background-color: #CACFDB; }
a { background-color: rgb(202,207,219); }
div.DivClassName
{
background-color: #CACFDB;
}
.BgClassName
{
background-color: #CACFDB;
}
</style>
border-color css
<style>
span { border-color: #CACFDB; }
span { border-color: rgb(202,207,219); }
td.TdClassName
{
border-color: #CACFDB;
}
.TagClassName
{
border-color: #CACFDB;
}
</style>