Shades of Link Water #C5CEDA
Tints of Link Water #C5CEDA
RGB
CMYK
RGB Variations
Color information
#C5CEDA (or 0xC5CEDA) is known color: Link Water. HEX triplet: C5, CE and DA. RGB value is (197,206,218). Sum of RGB (Red+Green+Blue) = 197+206+218=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5CEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEDA is #3A3125. Grayscale: #CCCCCC. Windows color (decimal): -3813670 or 14339781. OLE color: 14339781.
HSL color Cylindrical-coordinate representation of color #C5CEDA: hue angle of 214.29º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5CEDA is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 197 | 206 | 218 | - |
CMYK | 0.10 | 0.06 | 0 | 0.15 |
HSL | 214.29º | 0.22% | 0.81% | - |
HSV(B) | 214.29º | 0.1% | 0.85% | - |
XYZ | 57.75 | 61.07 | 75.07 | - |
YUV | 204.68 | 135.52 | 122.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 206 | 218 | 0.10 | 0.06 | 0 | 0.15 | 214.29 | 0.22 | 0.81 |
Hex | C5 | CE | DA | A | 6 | 0 | F | D6 | 16 | 51 |
Octal | 305 | 316 | 332 | 12 | 6 | 0 | 17 | 326 | 26 | 121 |
Binary | 11000101 | 11001110 | 11011010 | 1010 | 110 | 0 | 1111 | 11010110 | 10110 | 1010001 |
Color Harmonies of #C5CEDA
Complementary color
Monochromatic Colors of #C5CEDA
Black with #C5CEDA
Text Example
Text Example
White with #C5CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CEDA; }
p { color: rgb(197,206,218); }
H1.HeaderClassName
{
color: #C5CEDA;
}
.AnyTagClassName
{
color: #C5CEDA;
}
</style>
background-color css
<style>
a { background-color: #C5CEDA; }
a { background-color: rgb(197,206,218); }
div.DivClassName
{
background-color: #C5CEDA;
}
.BgClassName
{
background-color: #C5CEDA;
}
</style>
border-color css
<style>
span { border-color: #C5CEDA; }
span { border-color: rgb(197,206,218); }
td.TdClassName
{
border-color: #C5CEDA;
}
.TagClassName
{
border-color: #C5CEDA;
}
</style>