Shades of Reef #CBDEAB
Tints of Reef #CBDEAB
RGB
CMYK
RGB Variations
Color information
#CBDEAB (or 0xCBDEAB) is known color: Reef. HEX triplet: CB, DE and AB. RGB value is (203,222,171). Sum of RGB (Red+Green+Blue) = 203+222+171=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDEAB is #342154. Grayscale: #D2D2D2. Windows color (decimal): -3416405 or 11263691. OLE color: 11263691.
HSL color Cylindrical-coordinate representation of color #CBDEAB: hue angle of 82.35º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBDEAB is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 222 | 171 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.13 |
| HSL | 82.35º | 0.44% | 0.77% | - |
| HSV(B) | 82.35º | 0.23% | 0.87% | - |
| XYZ | 58.1 | 67.88 | 48.57 | - |
| YUV | 210.51 | 105.71 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 171 | 0.09 | 0 | 0.23 | 0.13 | 82.35 | 0.44 | 0.77 |
| Hex | CB | DE | AB | 9 | 0 | 17 | D | 52 | 2C | 4D |
| Octal | 313 | 336 | 253 | 11 | 0 | 27 | 15 | 122 | 54 | 115 |
| Binary | 11001011 | 11011110 | 10101011 | 1001 | 0 | 10111 | 1101 | 1010010 | 101100 | 1001101 |
Color Harmonies of #CBDEAB
Complementary color
Monochromatic Colors of #CBDEAB
Black with #CBDEAB
Text Example
Text Example
White with #CBDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDEAB; }
p { color: rgb(203,222,171); }
H1.HeaderClassName
{
color: #CBDEAB;
}
.AnyTagClassName
{
color: #CBDEAB;
}
</style>
background-color css
<style>
a { background-color: #CBDEAB; }
a { background-color: rgb(203,222,171); }
div.DivClassName
{
background-color: #CBDEAB;
}
.BgClassName
{
background-color: #CBDEAB;
}
</style>
border-color css
<style>
span { border-color: #CBDEAB; }
span { border-color: rgb(203,222,171); }
td.TdClassName
{
border-color: #CBDEAB;
}
.TagClassName
{
border-color: #CBDEAB;
}
</style>