Shades of Link Water #C7CFDF
Tints of Link Water #C7CFDF
RGB
CMYK
RGB Variations
Color information
#C7CFDF (or 0xC7CFDF) is known color: Link Water. HEX triplet: C7, CF and DF. RGB value is (199,207,223). Sum of RGB (Red+Green+Blue) = 199+207+223=629 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.64% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFDF is #383020. Grayscale: #CECECE. Windows color (decimal): -3682337 or 14667719. OLE color: 14667719.
HSL color Cylindrical-coordinate representation of color #C7CFDF: hue angle of 220º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7CFDF is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 207 | 223 | - |
CMYK | 0.11 | 0.07 | 0 | 0.13 |
HSL | 220º | 0.27% | 0.83% | - |
HSV(B) | 220º | 0.11% | 0.87% | - |
XYZ | 59.19 | 62.1 | 78.68 | - |
YUV | 206.43 | 137.35 | 122.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 207 | 223 | 0.11 | 0.07 | 0 | 0.13 | 220 | 0.27 | 0.83 |
Hex | C7 | CF | DF | B | 7 | 0 | D | DC | 1B | 53 |
Octal | 307 | 317 | 337 | 13 | 7 | 0 | 15 | 334 | 33 | 123 |
Binary | 11000111 | 11001111 | 11011111 | 1011 | 111 | 0 | 1101 | 11011100 | 11011 | 1010011 |
Color Harmonies of #C7CFDF
Complementary color
Monochromatic Colors of #C7CFDF
Black with #C7CFDF
Text Example
Text Example
White with #C7CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CFDF; }
p { color: rgb(199,207,223); }
H1.HeaderClassName
{
color: #C7CFDF;
}
.AnyTagClassName
{
color: #C7CFDF;
}
</style>
background-color css
<style>
a { background-color: #C7CFDF; }
a { background-color: rgb(199,207,223); }
div.DivClassName
{
background-color: #C7CFDF;
}
.BgClassName
{
background-color: #C7CFDF;
}
</style>
border-color css
<style>
span { border-color: #C7CFDF; }
span { border-color: rgb(199,207,223); }
td.TdClassName
{
border-color: #C7CFDF;
}
.TagClassName
{
border-color: #C7CFDF;
}
</style>