Shades of Link Water #CDCFD5
Tints of Link Water #CDCFD5
RGB
CMYK
RGB Variations
Color information
#CDCFD5 (or 0xCDCFD5) is known color: Link Water. HEX triplet: CD, CF and D5. RGB value is (205,207,213). Sum of RGB (Red+Green+Blue) = 205+207+213=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDCFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCFD5 is #32302A. Grayscale: #CFCFCF. Windows color (decimal): -3289131 or 14012365. OLE color: 14012365.
HSL color Cylindrical-coordinate representation of color #CDCFD5: hue angle of 225º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDCFD5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 205 | 207 | 213 | - |
CMYK | 0.04 | 0.03 | 0 | 0.16 |
HSL | 225º | 0.09% | 0.82% | - |
HSV(B) | 225º | 0.04% | 0.84% | - |
XYZ | 59.5 | 62.41 | 71.86 | - |
YUV | 207.09 | 131.34 | 126.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 207 | 213 | 0.04 | 0.03 | 0 | 0.16 | 225 | 0.09 | 0.82 |
Hex | CD | CF | D5 | 4 | 3 | 0 | 10 | E1 | 9 | 52 |
Octal | 315 | 317 | 325 | 4 | 3 | 0 | 20 | 341 | 11 | 122 |
Binary | 11001101 | 11001111 | 11010101 | 100 | 11 | 0 | 10000 | 11100001 | 1001 | 1010010 |
Color Harmonies of #CDCFD5
Complementary color
Monochromatic Colors of #CDCFD5
Black with #CDCFD5
Text Example
Text Example
White with #CDCFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCFD5; }
p { color: rgb(205,207,213); }
H1.HeaderClassName
{
color: #CDCFD5;
}
.AnyTagClassName
{
color: #CDCFD5;
}
</style>
background-color css
<style>
a { background-color: #CDCFD5; }
a { background-color: rgb(205,207,213); }
div.DivClassName
{
background-color: #CDCFD5;
}
.BgClassName
{
background-color: #CDCFD5;
}
</style>
border-color css
<style>
span { border-color: #CDCFD5; }
span { border-color: rgb(205,207,213); }
td.TdClassName
{
border-color: #CDCFD5;
}
.TagClassName
{
border-color: #CDCFD5;
}
</style>