Shades of Reef #CBDE9B
Tints of Reef #CBDE9B
RGB
CMYK
RGB Variations
Color information
#CBDE9B (or 0xCBDE9B) is known color: Reef. HEX triplet: CB, DE and 9B. RGB value is (203,222,155). Sum of RGB (Red+Green+Blue) = 203+222+155=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 155 (60.94% from 255 or 26.72% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDE9B is #342164. Grayscale: #D0D0D0. Windows color (decimal): -3416421 or 10215115. OLE color: 10215115.
HSL color Cylindrical-coordinate representation of color #CBDE9B: hue angle of 77.01º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBDE9B is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 222 | 155 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.13 |
| HSL | 77.01º | 0.5% | 0.74% | - |
| HSV(B) | 77.01º | 0.3% | 0.87% | - |
| XYZ | 56.67 | 67.31 | 41.02 | - |
| YUV | 208.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 155 | 0.09 | 0 | 0.30 | 0.13 | 77.01 | 0.5 | 0.74 |
| Hex | CB | DE | 9B | 9 | 0 | 1E | D | 4D | 32 | 4A |
| Octal | 313 | 336 | 233 | 11 | 0 | 36 | 15 | 115 | 62 | 112 |
| Binary | 11001011 | 11011110 | 10011011 | 1001 | 0 | 11110 | 1101 | 1001101 | 110010 | 1001010 |
Color Harmonies of #CBDE9B
Complementary color
Monochromatic Colors of #CBDE9B
Black with #CBDE9B
Text Example
Text Example
White with #CBDE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDE9B; }
p { color: rgb(203,222,155); }
H1.HeaderClassName
{
color: #CBDE9B;
}
.AnyTagClassName
{
color: #CBDE9B;
}
</style>
background-color css
<style>
a { background-color: #CBDE9B; }
a { background-color: rgb(203,222,155); }
div.DivClassName
{
background-color: #CBDE9B;
}
.BgClassName
{
background-color: #CBDE9B;
}
</style>
border-color css
<style>
span { border-color: #CBDE9B; }
span { border-color: rgb(203,222,155); }
td.TdClassName
{
border-color: #CBDE9B;
}
.TagClassName
{
border-color: #CBDE9B;
}
</style>