Shades of Link Water #CED7DF
Tints of Link Water #CED7DF
RGB
CMYK
RGB Variations
Color information
#CED7DF (or 0xCED7DF) is known color: Link Water. HEX triplet: CE, D7 and DF. RGB value is (206,215,223). Sum of RGB (Red+Green+Blue) = 206+215+223=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 223 - color contains mainly: blue. Hex color #CED7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7DF is #312820. Grayscale: #D5D5D5. Windows color (decimal): -3221537 or 14669774. OLE color: 14669774.
HSL color Cylindrical-coordinate representation of color #CED7DF: hue angle of 208.24º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CED7DF is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 215 | 223 | - |
CMYK | 0.08 | 0.04 | 0 | 0.13 |
HSL | 208.24º | 0.21% | 0.84% | - |
HSV(B) | 208.24º | 0.08% | 0.87% | - |
XYZ | 63.07 | 67.05 | 79.43 | - |
YUV | 213.22 | 133.52 | 122.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 215 | 223 | 0.08 | 0.04 | 0 | 0.13 | 208.24 | 0.21 | 0.84 |
Hex | CE | D7 | DF | 8 | 4 | 0 | D | D0 | 15 | 54 |
Octal | 316 | 327 | 337 | 10 | 4 | 0 | 15 | 320 | 25 | 124 |
Binary | 11001110 | 11010111 | 11011111 | 1000 | 100 | 0 | 1101 | 11010000 | 10101 | 1010100 |
Color Harmonies of #CED7DF
Complementary color
Monochromatic Colors of #CED7DF
Black with #CED7DF
Text Example
Text Example
White with #CED7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7DF; }
p { color: rgb(206,215,223); }
H1.HeaderClassName
{
color: #CED7DF;
}
.AnyTagClassName
{
color: #CED7DF;
}
</style>
background-color css
<style>
a { background-color: #CED7DF; }
a { background-color: rgb(206,215,223); }
div.DivClassName
{
background-color: #CED7DF;
}
.BgClassName
{
background-color: #CED7DF;
}
</style>
border-color css
<style>
span { border-color: #CED7DF; }
span { border-color: rgb(206,215,223); }
td.TdClassName
{
border-color: #CED7DF;
}
.TagClassName
{
border-color: #CED7DF;
}
</style>