Shades of Link Water #CCCED3
Tints of Link Water #CCCED3
RGB
CMYK
RGB Variations
Color information
#CCCED3 (or 0xCCCED3) is known color: Link Water. HEX triplet: CC, CE and D3. RGB value is (204,206,211). Sum of RGB (Red+Green+Blue) = 204+206+211=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCCED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCED3 is #33312C. Grayscale: #CDCDCD. Windows color (decimal): -3354925 or 13881036. OLE color: 13881036.
HSL color Cylindrical-coordinate representation of color #CCCED3: hue angle of 222.86º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCCED3 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 204 | 206 | 211 | - |
CMYK | 0.03 | 0.02 | 0 | 0.17 |
HSL | 222.86º | 0.07% | 0.81% | - |
HSV(B) | 222.86º | 0.03% | 0.83% | - |
XYZ | 58.73 | 61.68 | 70.44 | - |
YUV | 205.97 | 130.84 | 126.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 206 | 211 | 0.03 | 0.02 | 0 | 0.17 | 222.86 | 0.07 | 0.81 |
Hex | CC | CE | D3 | 3 | 2 | 0 | 11 | DF | 7 | 51 |
Octal | 314 | 316 | 323 | 3 | 2 | 0 | 21 | 337 | 7 | 121 |
Binary | 11001100 | 11001110 | 11010011 | 11 | 10 | 0 | 10001 | 11011111 | 111 | 1010001 |
Color Harmonies of #CCCED3
Complementary color
Monochromatic Colors of #CCCED3
Black with #CCCED3
Text Example
Text Example
White with #CCCED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCED3; }
p { color: rgb(204,206,211); }
H1.HeaderClassName
{
color: #CCCED3;
}
.AnyTagClassName
{
color: #CCCED3;
}
</style>
background-color css
<style>
a { background-color: #CCCED3; }
a { background-color: rgb(204,206,211); }
div.DivClassName
{
background-color: #CCCED3;
}
.BgClassName
{
background-color: #CCCED3;
}
</style>
border-color css
<style>
span { border-color: #CCCED3; }
span { border-color: rgb(204,206,211); }
td.TdClassName
{
border-color: #CCCED3;
}
.TagClassName
{
border-color: #CCCED3;
}
</style>