Shades of Reef #CBDFB0
Tints of Reef #CBDFB0
RGB
CMYK
RGB Variations
Color information
#CBDFB0 (or 0xCBDFB0) is known color: Reef. HEX triplet: CB, DF and B0. RGB value is (203,223,176). Sum of RGB (Red+Green+Blue) = 203+223+176=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDFB0 is #34204F. Grayscale: #D3D3D3. Windows color (decimal): -3416144 or 11591627. OLE color: 11591627.
HSL color Cylindrical-coordinate representation of color #CBDFB0: hue angle of 85.53º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBDFB0 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 176 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.13 |
| HSL | 85.53º | 0.42% | 0.78% | - |
| HSV(B) | 85.53º | 0.21% | 0.87% | - |
| XYZ | 58.85 | 68.61 | 51.21 | - |
| YUV | 211.66 | 107.87 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 176 | 0.09 | 0 | 0.21 | 0.13 | 85.53 | 0.42 | 0.78 |
| Hex | CB | DF | B0 | 9 | 0 | 15 | D | 56 | 2A | 4E |
| Octal | 313 | 337 | 260 | 11 | 0 | 25 | 15 | 126 | 52 | 116 |
| Binary | 11001011 | 11011111 | 10110000 | 1001 | 0 | 10101 | 1101 | 1010110 | 101010 | 1001110 |
Color Harmonies of #CBDFB0
Complementary color
Monochromatic Colors of #CBDFB0
Black with #CBDFB0
Text Example
Text Example
White with #CBDFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFB0; }
p { color: rgb(203,223,176); }
H1.HeaderClassName
{
color: #CBDFB0;
}
.AnyTagClassName
{
color: #CBDFB0;
}
</style>
background-color css
<style>
a { background-color: #CBDFB0; }
a { background-color: rgb(203,223,176); }
div.DivClassName
{
background-color: #CBDFB0;
}
.BgClassName
{
background-color: #CBDFB0;
}
</style>
border-color css
<style>
span { border-color: #CBDFB0; }
span { border-color: rgb(203,223,176); }
td.TdClassName
{
border-color: #CBDFB0;
}
.TagClassName
{
border-color: #CBDFB0;
}
</style>