Shades of Link Water #C7CEDE
Tints of Link Water #C7CEDE
RGB
CMYK
RGB Variations
Color information
#C7CEDE (or 0xC7CEDE) is known color: Link Water. HEX triplet: C7, CE and DE. RGB value is (199,206,222). Sum of RGB (Red+Green+Blue) = 199+206+222=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7CEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CEDE is #383121. Grayscale: #CDCDCD. Windows color (decimal): -3682594 or 14601927. OLE color: 14601927.
HSL color Cylindrical-coordinate representation of color #C7CEDE: hue angle of 221.74º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7CEDE is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 206 | 222 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.13 |
| HSL | 221.74º | 0.26% | 0.83% | - |
| HSV(B) | 221.74º | 0.1% | 0.87% | - |
| XYZ | 58.81 | 61.56 | 77.89 | - |
| YUV | 205.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 222 | 0.10 | 0.07 | 0 | 0.13 | 221.74 | 0.26 | 0.83 |
| Hex | C7 | CE | DE | A | 7 | 0 | D | DE | 1A | 53 |
| Octal | 307 | 316 | 336 | 12 | 7 | 0 | 15 | 336 | 32 | 123 |
| Binary | 11000111 | 11001110 | 11011110 | 1010 | 111 | 0 | 1101 | 11011110 | 11010 | 1010011 |
Color Harmonies of #C7CEDE
Complementary color
Monochromatic Colors of #C7CEDE
Black with #C7CEDE
Text Example
Text Example
White with #C7CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CEDE; }
p { color: rgb(199,206,222); }
H1.HeaderClassName
{
color: #C7CEDE;
}
.AnyTagClassName
{
color: #C7CEDE;
}
</style>
background-color css
<style>
a { background-color: #C7CEDE; }
a { background-color: rgb(199,206,222); }
div.DivClassName
{
background-color: #C7CEDE;
}
.BgClassName
{
background-color: #C7CEDE;
}
</style>
border-color css
<style>
span { border-color: #C7CEDE; }
span { border-color: rgb(199,206,222); }
td.TdClassName
{
border-color: #C7CEDE;
}
.TagClassName
{
border-color: #C7CEDE;
}
</style>