Shades of Link Water #CCCED9
Tints of Link Water #CCCED9
RGB
CMYK
RGB Variations
Color information
#CCCED9 (or 0xCCCED9) is known color: Link Water. HEX triplet: CC, CE and D9. RGB value is (204,206,217). Sum of RGB (Red+Green+Blue) = 204+206+217=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCCED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCED9 is #333126. Grayscale: #CECECE. Windows color (decimal): -3354919 or 14274252. OLE color: 14274252.
HSL color Cylindrical-coordinate representation of color #CCCED9: hue angle of 230.77º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCCED9 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 206 | 217 | - |
CMYK | 0.06 | 0.05 | 0 | 0.15 |
HSL | 230.77º | 0.15% | 0.83% | - |
HSV(B) | 230.77º | 0.06% | 0.85% | - |
XYZ | 59.5 | 61.99 | 74.48 | - |
YUV | 206.66 | 133.84 | 126.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 206 | 217 | 0.06 | 0.05 | 0 | 0.15 | 230.77 | 0.15 | 0.83 |
Hex | CC | CE | D9 | 6 | 5 | 0 | F | E7 | F | 53 |
Octal | 314 | 316 | 331 | 6 | 5 | 0 | 17 | 347 | 17 | 123 |
Binary | 11001100 | 11001110 | 11011001 | 110 | 101 | 0 | 1111 | 11100111 | 1111 | 1010011 |
Color Harmonies of #CCCED9
Complementary color
Monochromatic Colors of #CCCED9
Black with #CCCED9
Text Example
Text Example
White with #CCCED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCED9; }
p { color: rgb(204,206,217); }
H1.HeaderClassName
{
color: #CCCED9;
}
.AnyTagClassName
{
color: #CCCED9;
}
</style>
background-color css
<style>
a { background-color: #CCCED9; }
a { background-color: rgb(204,206,217); }
div.DivClassName
{
background-color: #CCCED9;
}
.BgClassName
{
background-color: #CCCED9;
}
</style>
border-color css
<style>
span { border-color: #CCCED9; }
span { border-color: rgb(204,206,217); }
td.TdClassName
{
border-color: #CCCED9;
}
.TagClassName
{
border-color: #CCCED9;
}
</style>