Shades of Reef #CBDF9D
Tints of Reef #CBDF9D
RGB
CMYK
RGB Variations
Color information
#CBDF9D (or 0xCBDF9D) is known color: Reef. HEX triplet: CB, DF and 9D. RGB value is (203,223,157). Sum of RGB (Red+Green+Blue) = 203+223+157=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 157 (61.72% from 255 or 26.93% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDF9D is #342062. Grayscale: #D1D1D1. Windows color (decimal): -3416163 or 10346443. OLE color: 10346443.
HSL color Cylindrical-coordinate representation of color #CBDF9D: hue angle of 78.18º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBDF9D is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 157 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.13 |
| HSL | 78.18º | 0.51% | 0.75% | - |
| HSV(B) | 78.18º | 0.3% | 0.87% | - |
| XYZ | 57.1 | 67.91 | 42 | - |
| YUV | 209.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 157 | 0.09 | 0 | 0.30 | 0.13 | 78.18 | 0.51 | 0.75 |
| Hex | CB | DF | 9D | 9 | 0 | 1E | D | 4E | 33 | 4B |
| Octal | 313 | 337 | 235 | 11 | 0 | 36 | 15 | 116 | 63 | 113 |
| Binary | 11001011 | 11011111 | 10011101 | 1001 | 0 | 11110 | 1101 | 1001110 | 110011 | 1001011 |
Color Harmonies of #CBDF9D
Complementary color
Monochromatic Colors of #CBDF9D
Black with #CBDF9D
Text Example
Text Example
White with #CBDF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF9D; }
p { color: rgb(203,223,157); }
H1.HeaderClassName
{
color: #CBDF9D;
}
.AnyTagClassName
{
color: #CBDF9D;
}
</style>
background-color css
<style>
a { background-color: #CBDF9D; }
a { background-color: rgb(203,223,157); }
div.DivClassName
{
background-color: #CBDF9D;
}
.BgClassName
{
background-color: #CBDF9D;
}
</style>
border-color css
<style>
span { border-color: #CBDF9D; }
span { border-color: rgb(203,223,157); }
td.TdClassName
{
border-color: #CBDF9D;
}
.TagClassName
{
border-color: #CBDF9D;
}
</style>