Shades of Link Water #CDCED1
Tints of Link Water #CDCED1
RGB
CMYK
RGB Variations
Color information
#CDCED1 (or 0xCDCED1) is known color: Link Water. HEX triplet: CD, CE and D1. RGB value is (205,206,209). Sum of RGB (Red+Green+Blue) = 205+206+209=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 209 - color contains mainly: blue. Hex color #CDCED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCED1 is #32312E. Grayscale: #CECECE. Windows color (decimal): -3289391 or 13749965. OLE color: 13749965.
HSL color Cylindrical-coordinate representation of color #CDCED1: hue angle of 225º degrees, saturation: 0.04, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CDCED1 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 205 | 206 | 209 | - |
CMYK | 0.02 | 0.01 | 0 | 0.18 |
HSL | 225º | 0.04% | 0.81% | - |
HSV(B) | 225º | 0.02% | 0.82% | - |
XYZ | 58.76 | 61.73 | 69.14 | - |
YUV | 206.04 | 129.67 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 206 | 209 | 0.02 | 0.01 | 0 | 0.18 | 225 | 0.04 | 0.81 |
Hex | CD | CE | D1 | 2 | 1 | 0 | 12 | E1 | 4 | 51 |
Octal | 315 | 316 | 321 | 2 | 1 | 0 | 22 | 341 | 4 | 121 |
Binary | 11001101 | 11001110 | 11010001 | 10 | 1 | 0 | 10010 | 11100001 | 100 | 1010001 |
Color Harmonies of #CDCED1
Complementary color
Monochromatic Colors of #CDCED1
Black with #CDCED1
Text Example
Text Example
White with #CDCED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCED1; }
p { color: rgb(205,206,209); }
H1.HeaderClassName
{
color: #CDCED1;
}
.AnyTagClassName
{
color: #CDCED1;
}
</style>
background-color css
<style>
a { background-color: #CDCED1; }
a { background-color: rgb(205,206,209); }
div.DivClassName
{
background-color: #CDCED1;
}
.BgClassName
{
background-color: #CDCED1;
}
</style>
border-color css
<style>
span { border-color: #CDCED1; }
span { border-color: rgb(205,206,209); }
td.TdClassName
{
border-color: #CDCED1;
}
.TagClassName
{
border-color: #CDCED1;
}
</style>