Shades of Link Water #CDCED3
Tints of Link Water #CDCED3
RGB
CMYK
RGB Variations
Color information
#CDCED3 (or 0xCDCED3) is known color: Link Water. HEX triplet: CD, CE and D3. RGB value is (205,206,211). Sum of RGB (Red+Green+Blue) = 205+206+211=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 211 - color contains mainly: blue. Hex color #CDCED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCED3 is #32312C. Grayscale: #CECECE. Windows color (decimal): -3289389 or 13881037. OLE color: 13881037.
HSL color Cylindrical-coordinate representation of color #CDCED3: hue angle of 230º degrees, saturation: 0.06, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CDCED3 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 205 | 206 | 211 | - |
CMYK | 0.03 | 0.02 | 0 | 0.17 |
HSL | 230º | 0.06% | 0.82% | - |
HSV(B) | 230º | 0.03% | 0.83% | - |
XYZ | 59.01 | 61.82 | 70.45 | - |
YUV | 206.27 | 130.67 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 206 | 211 | 0.03 | 0.02 | 0 | 0.17 | 230 | 0.06 | 0.82 |
Hex | CD | CE | D3 | 3 | 2 | 0 | 11 | E6 | 6 | 52 |
Octal | 315 | 316 | 323 | 3 | 2 | 0 | 21 | 346 | 6 | 122 |
Binary | 11001101 | 11001110 | 11010011 | 11 | 10 | 0 | 10001 | 11100110 | 110 | 1010010 |
Color Harmonies of #CDCED3
Complementary color
Monochromatic Colors of #CDCED3
Black with #CDCED3
Text Example
Text Example
White with #CDCED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCED3; }
p { color: rgb(205,206,211); }
H1.HeaderClassName
{
color: #CDCED3;
}
.AnyTagClassName
{
color: #CDCED3;
}
</style>
background-color css
<style>
a { background-color: #CDCED3; }
a { background-color: rgb(205,206,211); }
div.DivClassName
{
background-color: #CDCED3;
}
.BgClassName
{
background-color: #CDCED3;
}
</style>
border-color css
<style>
span { border-color: #CDCED3; }
span { border-color: rgb(205,206,211); }
td.TdClassName
{
border-color: #CDCED3;
}
.TagClassName
{
border-color: #CDCED3;
}
</style>