Shades of Link Water #CED1D3
Tints of Link Water #CED1D3
RGB
CMYK
RGB Variations
Color information
#CED1D3 (or 0xCED1D3) is known color: Link Water. HEX triplet: CE, D1 and D3. RGB value is (206,209,211). Sum of RGB (Red+Green+Blue) = 206+209+211=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 211 - color contains mainly: blue. Hex color #CED1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1D3 is #312E2C. Grayscale: #D0D0D0. Windows color (decimal): -3223085 or 13881806. OLE color: 13881806.
HSL color Cylindrical-coordinate representation of color #CED1D3: hue angle of 204º degrees, saturation: 0.05, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CED1D3 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 206 | 209 | 211 | - |
CMYK | 0.02 | 0.01 | 0 | 0.17 |
HSL | 204º | 0.05% | 0.82% | - |
HSV(B) | 204º | 0.02% | 0.83% | - |
XYZ | 60.01 | 63.43 | 70.71 | - |
YUV | 208.33 | 129.51 | 126.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 209 | 211 | 0.02 | 0.01 | 0 | 0.17 | 204 | 0.05 | 0.82 |
Hex | CE | D1 | D3 | 2 | 1 | 0 | 11 | CC | 5 | 52 |
Octal | 316 | 321 | 323 | 2 | 1 | 0 | 21 | 314 | 5 | 122 |
Binary | 11001110 | 11010001 | 11010011 | 10 | 1 | 0 | 10001 | 11001100 | 101 | 1010010 |
Color Harmonies of #CED1D3
Complementary color
Monochromatic Colors of #CED1D3
Black with #CED1D3
Text Example
Text Example
White with #CED1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1D3; }
p { color: rgb(206,209,211); }
H1.HeaderClassName
{
color: #CED1D3;
}
.AnyTagClassName
{
color: #CED1D3;
}
</style>
background-color css
<style>
a { background-color: #CED1D3; }
a { background-color: rgb(206,209,211); }
div.DivClassName
{
background-color: #CED1D3;
}
.BgClassName
{
background-color: #CED1D3;
}
</style>
border-color css
<style>
span { border-color: #CED1D3; }
span { border-color: rgb(206,209,211); }
td.TdClassName
{
border-color: #CED1D3;
}
.TagClassName
{
border-color: #CED1D3;
}
</style>