Shades of Link Water #CCCED5
Tints of Link Water #CCCED5
RGB
CMYK
RGB Variations
Color information
#CCCED5 (or 0xCCCED5) is known color: Link Water. HEX triplet: CC, CE and D5. RGB value is (204,206,213). Sum of RGB (Red+Green+Blue) = 204+206+213=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCCED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCED5 is #33312A. Grayscale: #CECECE. Windows color (decimal): -3354923 or 14012108. OLE color: 14012108.
HSL color Cylindrical-coordinate representation of color #CCCED5: hue angle of 226.67º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCCED5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 206 | 213 | - |
CMYK | 0.04 | 0.03 | 0 | 0.16 |
HSL | 226.67º | 0.1% | 0.82% | - |
HSV(B) | 226.67º | 0.04% | 0.84% | - |
XYZ | 58.98 | 61.78 | 71.77 | - |
YUV | 206.2 | 131.84 | 126.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 206 | 213 | 0.04 | 0.03 | 0 | 0.16 | 226.67 | 0.1 | 0.82 |
Hex | CC | CE | D5 | 4 | 3 | 0 | 10 | E3 | A | 52 |
Octal | 314 | 316 | 325 | 4 | 3 | 0 | 20 | 343 | 12 | 122 |
Binary | 11001100 | 11001110 | 11010101 | 100 | 11 | 0 | 10000 | 11100011 | 1010 | 1010010 |
Color Harmonies of #CCCED5
Complementary color
Monochromatic Colors of #CCCED5
Black with #CCCED5
Text Example
Text Example
White with #CCCED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCED5; }
p { color: rgb(204,206,213); }
H1.HeaderClassName
{
color: #CCCED5;
}
.AnyTagClassName
{
color: #CCCED5;
}
</style>
background-color css
<style>
a { background-color: #CCCED5; }
a { background-color: rgb(204,206,213); }
div.DivClassName
{
background-color: #CCCED5;
}
.BgClassName
{
background-color: #CCCED5;
}
</style>
border-color css
<style>
span { border-color: #CCCED5; }
span { border-color: rgb(204,206,213); }
td.TdClassName
{
border-color: #CCCED5;
}
.TagClassName
{
border-color: #CCCED5;
}
</style>