Shades of Link Water #CBCDDA
Tints of Link Water #CBCDDA
RGB
CMYK
RGB Variations
Color information
#CBCDDA (or 0xCBCDDA) is known color: Link Water. HEX triplet: CB, CD and DA. RGB value is (203,205,218). Sum of RGB (Red+Green+Blue) = 203+205+218=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBCDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDDA is #343225. Grayscale: #CDCDCD. Windows color (decimal): -3420710 or 14339531. OLE color: 14339531.
HSL color Cylindrical-coordinate representation of color #CBCDDA: hue angle of 232º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBCDDA is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 203 | 205 | 218 | - |
CMYK | 0.07 | 0.06 | 0 | 0.15 |
HSL | 232º | 0.17% | 0.83% | - |
HSV(B) | 232º | 0.07% | 0.85% | - |
XYZ | 59.11 | 61.42 | 75.07 | - |
YUV | 205.88 | 134.84 | 125.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 205 | 218 | 0.07 | 0.06 | 0 | 0.15 | 232 | 0.17 | 0.83 |
Hex | CB | CD | DA | 7 | 6 | 0 | F | E8 | 11 | 53 |
Octal | 313 | 315 | 332 | 7 | 6 | 0 | 17 | 350 | 21 | 123 |
Binary | 11001011 | 11001101 | 11011010 | 111 | 110 | 0 | 1111 | 11101000 | 10001 | 1010011 |
Color Harmonies of #CBCDDA
Complementary color
Monochromatic Colors of #CBCDDA
Black with #CBCDDA
Text Example
Text Example
White with #CBCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDDA; }
p { color: rgb(203,205,218); }
H1.HeaderClassName
{
color: #CBCDDA;
}
.AnyTagClassName
{
color: #CBCDDA;
}
</style>
background-color css
<style>
a { background-color: #CBCDDA; }
a { background-color: rgb(203,205,218); }
div.DivClassName
{
background-color: #CBCDDA;
}
.BgClassName
{
background-color: #CBCDDA;
}
</style>
border-color css
<style>
span { border-color: #CBCDDA; }
span { border-color: rgb(203,205,218); }
td.TdClassName
{
border-color: #CBCDDA;
}
.TagClassName
{
border-color: #CBCDDA;
}
</style>