Shades of Link Water #CCD1DA
Tints of Link Water #CCD1DA
RGB
CMYK
RGB Variations
Color information
#CCD1DA (or 0xCCD1DA) is known color: Link Water. HEX triplet: CC, D1 and DA. RGB value is (204,209,218). Sum of RGB (Red+Green+Blue) = 204+209+218=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCD1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1DA is #332E25. Grayscale: #D0D0D0. Windows color (decimal): -3354150 or 14340556. OLE color: 14340556.
HSL color Cylindrical-coordinate representation of color #CCD1DA: hue angle of 218.57º 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 #CCD1DA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 209 | 218 | - |
CMYK | 0.06 | 0.04 | 0 | 0.15 |
HSL | 218.57º | 0.16% | 0.83% | - |
HSV(B) | 218.57º | 0.06% | 0.85% | - |
XYZ | 60.36 | 63.5 | 75.41 | - |
YUV | 208.53 | 133.34 | 124.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 209 | 218 | 0.06 | 0.04 | 0 | 0.15 | 218.57 | 0.16 | 0.83 |
Hex | CC | D1 | DA | 6 | 4 | 0 | F | DB | 10 | 53 |
Octal | 314 | 321 | 332 | 6 | 4 | 0 | 17 | 333 | 20 | 123 |
Binary | 11001100 | 11010001 | 11011010 | 110 | 100 | 0 | 1111 | 11011011 | 10000 | 1010011 |
Color Harmonies of #CCD1DA
Complementary color
Monochromatic Colors of #CCD1DA
Black with #CCD1DA
Text Example
Text Example
White with #CCD1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD1DA; }
p { color: rgb(204,209,218); }
H1.HeaderClassName
{
color: #CCD1DA;
}
.AnyTagClassName
{
color: #CCD1DA;
}
</style>
background-color css
<style>
a { background-color: #CCD1DA; }
a { background-color: rgb(204,209,218); }
div.DivClassName
{
background-color: #CCD1DA;
}
.BgClassName
{
background-color: #CCD1DA;
}
</style>
border-color css
<style>
span { border-color: #CCD1DA; }
span { border-color: rgb(204,209,218); }
td.TdClassName
{
border-color: #CCD1DA;
}
.TagClassName
{
border-color: #CCD1DA;
}
</style>