Shades of Link Water #C1CFDE
Tints of Link Water #C1CFDE
RGB
CMYK
RGB Variations
Color information
#C1CFDE (or 0xC1CFDE) is known color: Link Water. HEX triplet: C1, CF and DE. RGB value is (193,207,222). Sum of RGB (Red+Green+Blue) = 193+207+222=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #C1CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CFDE is #3E3021. Grayscale: #CCCCCC. Windows color (decimal): -4075554 or 14602177. OLE color: 14602177.
HSL color Cylindrical-coordinate representation of color #C1CFDE: hue angle of 211.03º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1CFDE is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 207 | 222 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.13 |
| HSL | 211.03º | 0.31% | 0.81% | - |
| HSV(B) | 211.03º | 0.13% | 0.87% | - |
| XYZ | 57.49 | 61.24 | 77.9 | - |
| YUV | 204.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 222 | 0.13 | 0.07 | 0 | 0.13 | 211.03 | 0.31 | 0.81 |
| Hex | C1 | CF | DE | D | 7 | 0 | D | D3 | 1F | 51 |
| Octal | 301 | 317 | 336 | 15 | 7 | 0 | 15 | 323 | 37 | 121 |
| Binary | 11000001 | 11001111 | 11011110 | 1101 | 111 | 0 | 1101 | 11010011 | 11111 | 1010001 |
Color Harmonies of #C1CFDE
Complementary color
Monochromatic Colors of #C1CFDE
Black with #C1CFDE
Text Example
Text Example
White with #C1CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CFDE; }
p { color: rgb(193,207,222); }
H1.HeaderClassName
{
color: #C1CFDE;
}
.AnyTagClassName
{
color: #C1CFDE;
}
</style>
background-color css
<style>
a { background-color: #C1CFDE; }
a { background-color: rgb(193,207,222); }
div.DivClassName
{
background-color: #C1CFDE;
}
.BgClassName
{
background-color: #C1CFDE;
}
</style>
border-color css
<style>
span { border-color: #C1CFDE; }
span { border-color: rgb(193,207,222); }
td.TdClassName
{
border-color: #C1CFDE;
}
.TagClassName
{
border-color: #C1CFDE;
}
</style>