Shades of Link Water #CDCECF
Tints of Link Water #CDCECF
RGB
CMYK
RGB Variations
Color information
#CDCECF (or 0xCDCECF) is known color: Link Water. HEX triplet: CD, CE and CF. RGB value is (205,206,207). Sum of RGB (Red+Green+Blue) = 205+206+207=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDCECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCECF is #323130. Grayscale: #CDCDCD. Windows color (decimal): -3289393 or 13618893. OLE color: 13618893.
HSL color Cylindrical-coordinate representation of color #CDCECF: hue angle of 210º degrees, saturation: 0.02, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CDCECF is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 205 | 206 | 207 | - |
CMYK | 0.01 | 0.00 | 0 | 0.19 |
HSL | 210º | 0.02% | 0.81% | - |
HSV(B) | 210º | 0.01% | 0.81% | - |
XYZ | 58.51 | 61.63 | 67.84 | - |
YUV | 205.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 206 | 207 | 0.01 | 0.00 | 0 | 0.19 | 210 | 0.02 | 0.81 |
Hex | CD | CE | CF | 1 | 0 | 0 | 13 | D2 | 2 | 51 |
Octal | 315 | 316 | 317 | 1 | 0 | 0 | 23 | 322 | 2 | 121 |
Binary | 11001101 | 11001110 | 11001111 | 1 | 0 | 0 | 10011 | 11010010 | 10 | 1010001 |
Color Harmonies of #CDCECF
Complementary color
Monochromatic Colors of #CDCECF
Black with #CDCECF
Text Example
Text Example
White with #CDCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCECF; }
p { color: rgb(205,206,207); }
H1.HeaderClassName
{
color: #CDCECF;
}
.AnyTagClassName
{
color: #CDCECF;
}
</style>
background-color css
<style>
a { background-color: #CDCECF; }
a { background-color: rgb(205,206,207); }
div.DivClassName
{
background-color: #CDCECF;
}
.BgClassName
{
background-color: #CDCECF;
}
</style>
border-color css
<style>
span { border-color: #CDCECF; }
span { border-color: rgb(205,206,207); }
td.TdClassName
{
border-color: #CDCECF;
}
.TagClassName
{
border-color: #CDCECF;
}
</style>