Shades of Link Water #C7CEDA
Tints of Link Water #C7CEDA
RGB
CMYK
RGB Variations
Color information
#C7CEDA (or 0xC7CEDA) is known color: Link Water. HEX triplet: C7, CE and DA. RGB value is (199,206,218). Sum of RGB (Red+Green+Blue) = 199+206+218=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7CEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CEDA is #383125. Grayscale: #CDCDCD. Windows color (decimal): -3682598 or 14339783. OLE color: 14339783.
HSL color Cylindrical-coordinate representation of color #C7CEDA: hue angle of 217.89º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7CEDA is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 206 | 218 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.15 |
| HSL | 217.89º | 0.2% | 0.82% | - |
| HSV(B) | 217.89º | 0.09% | 0.85% | - |
| XYZ | 58.28 | 61.35 | 75.1 | - |
| YUV | 205.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 218 | 0.09 | 0.06 | 0 | 0.15 | 217.89 | 0.2 | 0.82 |
| Hex | C7 | CE | DA | 9 | 6 | 0 | F | DA | 14 | 52 |
| Octal | 307 | 316 | 332 | 11 | 6 | 0 | 17 | 332 | 24 | 122 |
| Binary | 11000111 | 11001110 | 11011010 | 1001 | 110 | 0 | 1111 | 11011010 | 10100 | 1010010 |
Color Harmonies of #C7CEDA
Complementary color
Monochromatic Colors of #C7CEDA
Black with #C7CEDA
Text Example
Text Example
White with #C7CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CEDA; }
p { color: rgb(199,206,218); }
H1.HeaderClassName
{
color: #C7CEDA;
}
.AnyTagClassName
{
color: #C7CEDA;
}
</style>
background-color css
<style>
a { background-color: #C7CEDA; }
a { background-color: rgb(199,206,218); }
div.DivClassName
{
background-color: #C7CEDA;
}
.BgClassName
{
background-color: #C7CEDA;
}
</style>
border-color css
<style>
span { border-color: #C7CEDA; }
span { border-color: rgb(199,206,218); }
td.TdClassName
{
border-color: #C7CEDA;
}
.TagClassName
{
border-color: #C7CEDA;
}
</style>