Shades of Link Water #CCCED0
Tints of Link Water #CCCED0
RGB
CMYK
RGB Variations
Color information
#CCCED0 (or 0xCCCED0) is known color: Link Water. HEX triplet: CC, CE and D0. RGB value is (204,206,208). Sum of RGB (Red+Green+Blue) = 204+206+208=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCCED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCED0 is #33312F. Grayscale: #CDCDCD. Windows color (decimal): -3354928 or 13684428. OLE color: 13684428.
HSL color Cylindrical-coordinate representation of color #CCCED0: hue angle of 210º 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 #CCCED0 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 206 | 208 | - |
CMYK | 0.02 | 0.01 | 0 | 0.18 |
HSL | 210º | 0.04% | 0.81% | - |
HSV(B) | 210º | 0.02% | 0.82% | - |
XYZ | 58.36 | 61.53 | 68.48 | - |
YUV | 205.63 | 129.34 | 126.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 206 | 208 | 0.02 | 0.01 | 0 | 0.18 | 210 | 0.04 | 0.81 |
Hex | CC | CE | D0 | 2 | 1 | 0 | 12 | D2 | 4 | 51 |
Octal | 314 | 316 | 320 | 2 | 1 | 0 | 22 | 322 | 4 | 121 |
Binary | 11001100 | 11001110 | 11010000 | 10 | 1 | 0 | 10010 | 11010010 | 100 | 1010001 |
Color Harmonies of #CCCED0
Complementary color
Monochromatic Colors of #CCCED0
Black with #CCCED0
Text Example
Text Example
White with #CCCED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCED0; }
p { color: rgb(204,206,208); }
H1.HeaderClassName
{
color: #CCCED0;
}
.AnyTagClassName
{
color: #CCCED0;
}
</style>
background-color css
<style>
a { background-color: #CCCED0; }
a { background-color: rgb(204,206,208); }
div.DivClassName
{
background-color: #CCCED0;
}
.BgClassName
{
background-color: #CCCED0;
}
</style>
border-color css
<style>
span { border-color: #CCCED0; }
span { border-color: rgb(204,206,208); }
td.TdClassName
{
border-color: #CCCED0;
}
.TagClassName
{
border-color: #CCCED0;
}
</style>