Shades of Link Water #CBCFDD
Tints of Link Water #CBCFDD
RGB
CMYK
RGB Variations
Color information
#CBCFDD (or 0xCBCFDD) is known color: Link Water. HEX triplet: CB, CF and DD. RGB value is (203,207,221). Sum of RGB (Red+Green+Blue) = 203+207+221=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBCFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFDD is #343022. Grayscale: #CFCFCF. Windows color (decimal): -3420195 or 14536651. OLE color: 14536651.
HSL color Cylindrical-coordinate representation of color #CBCFDD: hue angle of 226.67º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBCFDD is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 207 | 221 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.13 |
| HSL | 226.67º | 0.21% | 0.83% | - |
| HSV(B) | 226.67º | 0.08% | 0.87% | - |
| XYZ | 59.99 | 62.54 | 77.32 | - |
| YUV | 207.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 221 | 0.08 | 0.06 | 0 | 0.13 | 226.67 | 0.21 | 0.83 |
| Hex | CB | CF | DD | 8 | 6 | 0 | D | E3 | 15 | 53 |
| Octal | 313 | 317 | 335 | 10 | 6 | 0 | 15 | 343 | 25 | 123 |
| Binary | 11001011 | 11001111 | 11011101 | 1000 | 110 | 0 | 1101 | 11100011 | 10101 | 1010011 |
Color Harmonies of #CBCFDD
Complementary color
Monochromatic Colors of #CBCFDD
Black with #CBCFDD
Text Example
Text Example
White with #CBCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFDD; }
p { color: rgb(203,207,221); }
H1.HeaderClassName
{
color: #CBCFDD;
}
.AnyTagClassName
{
color: #CBCFDD;
}
</style>
background-color css
<style>
a { background-color: #CBCFDD; }
a { background-color: rgb(203,207,221); }
div.DivClassName
{
background-color: #CBCFDD;
}
.BgClassName
{
background-color: #CBCFDD;
}
</style>
border-color css
<style>
span { border-color: #CBCFDD; }
span { border-color: rgb(203,207,221); }
td.TdClassName
{
border-color: #CBCFDD;
}
.TagClassName
{
border-color: #CBCFDD;
}
</style>