Shades of Reef #CBDD9D
Tints of Reef #CBDD9D
RGB
CMYK
RGB Variations
Color information
#CBDD9D (or 0xCBDD9D) is known color: Reef. HEX triplet: CB, DD and 9D. RGB value is (203,221,157). Sum of RGB (Red+Green+Blue) = 203+221+157=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 157 (61.72% from 255 or 27.02% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDD9D is #342262. Grayscale: #D0D0D0. Windows color (decimal): -3416675 or 10345931. OLE color: 10345931.
HSL color Cylindrical-coordinate representation of color #CBDD9D: hue angle of 76.88º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBDD9D is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 157 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.13 |
| HSL | 76.88º | 0.48% | 0.74% | - |
| HSV(B) | 76.88º | 0.29% | 0.87% | - |
| XYZ | 56.57 | 66.84 | 41.82 | - |
| YUV | 208.32 | 99.04 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 157 | 0.08 | 0 | 0.29 | 0.13 | 76.88 | 0.48 | 0.74 |
| Hex | CB | DD | 9D | 8 | 0 | 1D | D | 4D | 30 | 4A |
| Octal | 313 | 335 | 235 | 10 | 0 | 35 | 15 | 115 | 60 | 112 |
| Binary | 11001011 | 11011101 | 10011101 | 1000 | 0 | 11101 | 1101 | 1001101 | 110000 | 1001010 |
Color Harmonies of #CBDD9D
Complementary color
Monochromatic Colors of #CBDD9D
Black with #CBDD9D
Text Example
Text Example
White with #CBDD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD9D; }
p { color: rgb(203,221,157); }
H1.HeaderClassName
{
color: #CBDD9D;
}
.AnyTagClassName
{
color: #CBDD9D;
}
</style>
background-color css
<style>
a { background-color: #CBDD9D; }
a { background-color: rgb(203,221,157); }
div.DivClassName
{
background-color: #CBDD9D;
}
.BgClassName
{
background-color: #CBDD9D;
}
</style>
border-color css
<style>
span { border-color: #CBDD9D; }
span { border-color: rgb(203,221,157); }
td.TdClassName
{
border-color: #CBDD9D;
}
.TagClassName
{
border-color: #CBDD9D;
}
</style>