Shades of Link Water #CCCED1
Tints of Link Water #CCCED1
RGB
CMYK
RGB Variations
Color information
#CCCED1 (or 0xCCCED1) is known color: Link Water. HEX triplet: CC, CE and D1. RGB value is (204,206,209). Sum of RGB (Red+Green+Blue) = 204+206+209=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCCED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCED1 is #33312E. Grayscale: #CDCDCD. Windows color (decimal): -3354927 or 13749964. OLE color: 13749964.
HSL color Cylindrical-coordinate representation of color #CCCED1: hue angle of 216º degrees, saturation: 0.05, 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 #CCCED1 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 206 | 209 | - |
CMYK | 0.02 | 0.01 | 0 | 0.18 |
HSL | 216º | 0.05% | 0.81% | - |
HSV(B) | 216º | 0.02% | 0.82% | - |
XYZ | 58.48 | 61.58 | 69.13 | - |
YUV | 205.74 | 129.84 | 126.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 206 | 209 | 0.02 | 0.01 | 0 | 0.18 | 216 | 0.05 | 0.81 |
Hex | CC | CE | D1 | 2 | 1 | 0 | 12 | D8 | 5 | 51 |
Octal | 314 | 316 | 321 | 2 | 1 | 0 | 22 | 330 | 5 | 121 |
Binary | 11001100 | 11001110 | 11010001 | 10 | 1 | 0 | 10010 | 11011000 | 101 | 1010001 |
Color Harmonies of #CCCED1
Complementary color
Monochromatic Colors of #CCCED1
Black with #CCCED1
Text Example
Text Example
White with #CCCED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCED1; }
p { color: rgb(204,206,209); }
H1.HeaderClassName
{
color: #CCCED1;
}
.AnyTagClassName
{
color: #CCCED1;
}
</style>
background-color css
<style>
a { background-color: #CCCED1; }
a { background-color: rgb(204,206,209); }
div.DivClassName
{
background-color: #CCCED1;
}
.BgClassName
{
background-color: #CCCED1;
}
</style>
border-color css
<style>
span { border-color: #CCCED1; }
span { border-color: rgb(204,206,209); }
td.TdClassName
{
border-color: #CCCED1;
}
.TagClassName
{
border-color: #CCCED1;
}
</style>