Shades of Link Water #CCCED6
Tints of Link Water #CCCED6
RGB
CMYK
RGB Variations
Color information
#CCCED6 (or 0xCCCED6) is known color: Link Water. HEX triplet: CC, CE and D6. RGB value is (204,206,214). Sum of RGB (Red+Green+Blue) = 204+206+214=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCCED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCED6 is #333129. Grayscale: #CECECE. Windows color (decimal): -3354922 or 14077644. OLE color: 14077644.
HSL color Cylindrical-coordinate representation of color #CCCED6: hue angle of 228º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCCED6 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 206 | 214 | - |
CMYK | 0.05 | 0.04 | 0 | 0.16 |
HSL | 228º | 0.11% | 0.82% | - |
HSV(B) | 228º | 0.05% | 0.84% | - |
XYZ | 59.11 | 61.84 | 72.44 | - |
YUV | 206.31 | 132.34 | 126.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 206 | 214 | 0.05 | 0.04 | 0 | 0.16 | 228 | 0.11 | 0.82 |
Hex | CC | CE | D6 | 5 | 4 | 0 | 10 | E4 | B | 52 |
Octal | 314 | 316 | 326 | 5 | 4 | 0 | 20 | 344 | 13 | 122 |
Binary | 11001100 | 11001110 | 11010110 | 101 | 100 | 0 | 10000 | 11100100 | 1011 | 1010010 |
Color Harmonies of #CCCED6
Complementary color
Monochromatic Colors of #CCCED6
Black with #CCCED6
Text Example
Text Example
White with #CCCED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCED6; }
p { color: rgb(204,206,214); }
H1.HeaderClassName
{
color: #CCCED6;
}
.AnyTagClassName
{
color: #CCCED6;
}
</style>
background-color css
<style>
a { background-color: #CCCED6; }
a { background-color: rgb(204,206,214); }
div.DivClassName
{
background-color: #CCCED6;
}
.BgClassName
{
background-color: #CCCED6;
}
</style>
border-color css
<style>
span { border-color: #CCCED6; }
span { border-color: rgb(204,206,214); }
td.TdClassName
{
border-color: #CCCED6;
}
.TagClassName
{
border-color: #CCCED6;
}
</style>