Shades of Reef #CBDF9F
Tints of Reef #CBDF9F
RGB
CMYK
RGB Variations
Color information
#CBDF9F (or 0xCBDF9F) is known color: Reef. HEX triplet: CB, DF and 9F. RGB value is (203,223,159). Sum of RGB (Red+Green+Blue) = 203+223+159=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDF9F is #342060. Grayscale: #D1D1D1. Windows color (decimal): -3416161 or 10477515. OLE color: 10477515.
HSL color Cylindrical-coordinate representation of color #CBDF9F: hue angle of 78.75º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBDF9F is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 159 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.13 |
| HSL | 78.75º | 0.5% | 0.75% | - |
| HSV(B) | 78.75º | 0.29% | 0.87% | - |
| XYZ | 57.27 | 67.98 | 42.9 | - |
| YUV | 209.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 159 | 0.09 | 0 | 0.29 | 0.13 | 78.75 | 0.5 | 0.75 |
| Hex | CB | DF | 9F | 9 | 0 | 1D | D | 4F | 32 | 4B |
| Octal | 313 | 337 | 237 | 11 | 0 | 35 | 15 | 117 | 62 | 113 |
| Binary | 11001011 | 11011111 | 10011111 | 1001 | 0 | 11101 | 1101 | 1001111 | 110010 | 1001011 |
Color Harmonies of #CBDF9F
Complementary color
Monochromatic Colors of #CBDF9F
Black with #CBDF9F
Text Example
Text Example
White with #CBDF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF9F; }
p { color: rgb(203,223,159); }
H1.HeaderClassName
{
color: #CBDF9F;
}
.AnyTagClassName
{
color: #CBDF9F;
}
</style>
background-color css
<style>
a { background-color: #CBDF9F; }
a { background-color: rgb(203,223,159); }
div.DivClassName
{
background-color: #CBDF9F;
}
.BgClassName
{
background-color: #CBDF9F;
}
</style>
border-color css
<style>
span { border-color: #CBDF9F; }
span { border-color: rgb(203,223,159); }
td.TdClassName
{
border-color: #CBDF9F;
}
.TagClassName
{
border-color: #CBDF9F;
}
</style>