Shades of Link Water #CCCEDA
Tints of Link Water #CCCEDA
RGB
CMYK
RGB Variations
Color information
#CCCEDA (or 0xCCCEDA) is known color: Link Water. HEX triplet: CC, CE and DA. RGB value is (204,206,218). Sum of RGB (Red+Green+Blue) = 204+206+218=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCCEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEDA is #333125. Grayscale: #CECECE. Windows color (decimal): -3354918 or 14339788. OLE color: 14339788.
HSL color Cylindrical-coordinate representation of color #CCCEDA: hue angle of 231.43º degrees, saturation: 0.16, 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 #CCCEDA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 206 | 218 | - |
CMYK | 0.06 | 0.06 | 0 | 0.15 |
HSL | 231.43º | 0.16% | 0.83% | - |
HSV(B) | 231.43º | 0.06% | 0.85% | - |
XYZ | 59.63 | 62.04 | 75.16 | - |
YUV | 206.77 | 134.34 | 126.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 206 | 218 | 0.06 | 0.06 | 0 | 0.15 | 231.43 | 0.16 | 0.83 |
Hex | CC | CE | DA | 6 | 6 | 0 | F | E7 | 10 | 53 |
Octal | 314 | 316 | 332 | 6 | 6 | 0 | 17 | 347 | 20 | 123 |
Binary | 11001100 | 11001110 | 11011010 | 110 | 110 | 0 | 1111 | 11100111 | 10000 | 1010011 |
Color Harmonies of #CCCEDA
Complementary color
Monochromatic Colors of #CCCEDA
Black with #CCCEDA
Text Example
Text Example
White with #CCCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEDA; }
p { color: rgb(204,206,218); }
H1.HeaderClassName
{
color: #CCCEDA;
}
.AnyTagClassName
{
color: #CCCEDA;
}
</style>
background-color css
<style>
a { background-color: #CCCEDA; }
a { background-color: rgb(204,206,218); }
div.DivClassName
{
background-color: #CCCEDA;
}
.BgClassName
{
background-color: #CCCEDA;
}
</style>
border-color css
<style>
span { border-color: #CCCEDA; }
span { border-color: rgb(204,206,218); }
td.TdClassName
{
border-color: #CCCEDA;
}
.TagClassName
{
border-color: #CCCEDA;
}
</style>