Shades of Link Water #CBCEDB
Tints of Link Water #CBCEDB
RGB
CMYK
RGB Variations
Color information
#CBCEDB (or 0xCBCEDB) is known color: Link Water. HEX triplet: CB, CE and DB. RGB value is (203,206,219). Sum of RGB (Red+Green+Blue) = 203+206+219=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBCEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCEDB is #343124. Grayscale: #CECECE. Windows color (decimal): -3420453 or 14405323. OLE color: 14405323.
HSL color Cylindrical-coordinate representation of color #CBCEDB: hue angle of 228.75º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBCEDB is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 203 | 206 | 219 | - |
CMYK | 0.07 | 0.06 | 0 | 0.14 |
HSL | 228.75º | 0.18% | 0.83% | - |
HSV(B) | 228.75º | 0.07% | 0.86% | - |
XYZ | 59.49 | 61.95 | 75.84 | - |
YUV | 206.59 | 135.01 | 125.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 206 | 219 | 0.07 | 0.06 | 0 | 0.14 | 228.75 | 0.18 | 0.83 |
Hex | CB | CE | DB | 7 | 6 | 0 | E | E5 | 12 | 53 |
Octal | 313 | 316 | 333 | 7 | 6 | 0 | 16 | 345 | 22 | 123 |
Binary | 11001011 | 11001110 | 11011011 | 111 | 110 | 0 | 1110 | 11100101 | 10010 | 1010011 |
Color Harmonies of #CBCEDB
Complementary color
Monochromatic Colors of #CBCEDB
Black with #CBCEDB
Text Example
Text Example
White with #CBCEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEDB; }
p { color: rgb(203,206,219); }
H1.HeaderClassName
{
color: #CBCEDB;
}
.AnyTagClassName
{
color: #CBCEDB;
}
</style>
background-color css
<style>
a { background-color: #CBCEDB; }
a { background-color: rgb(203,206,219); }
div.DivClassName
{
background-color: #CBCEDB;
}
.BgClassName
{
background-color: #CBCEDB;
}
</style>
border-color css
<style>
span { border-color: #CBCEDB; }
span { border-color: rgb(203,206,219); }
td.TdClassName
{
border-color: #CBCEDB;
}
.TagClassName
{
border-color: #CBCEDB;
}
</style>