Shades of Reef #CBDFB2
Tints of Reef #CBDFB2
RGB
CMYK
RGB Variations
Color information
#CBDFB2 (or 0xCBDFB2) is known color: Reef. HEX triplet: CB, DF and B2. RGB value is (203,223,178). Sum of RGB (Red+Green+Blue) = 203+223+178=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 178 (69.92% from 255 or 29.47% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDFB2 is #34204D. Grayscale: #D4D4D4. Windows color (decimal): -3416142 or 11722699. OLE color: 11722699.
HSL color Cylindrical-coordinate representation of color #CBDFB2: hue angle of 86.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBDFB2 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 178 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.13 |
| HSL | 86.67º | 0.41% | 0.79% | - |
| HSV(B) | 86.67º | 0.2% | 0.87% | - |
| XYZ | 59.05 | 68.69 | 52.26 | - |
| YUV | 211.89 | 108.87 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 178 | 0.09 | 0 | 0.20 | 0.13 | 86.67 | 0.41 | 0.79 |
| Hex | CB | DF | B2 | 9 | 0 | 14 | D | 57 | 29 | 4F |
| Octal | 313 | 337 | 262 | 11 | 0 | 24 | 15 | 127 | 51 | 117 |
| Binary | 11001011 | 11011111 | 10110010 | 1001 | 0 | 10100 | 1101 | 1010111 | 101001 | 1001111 |
Color Harmonies of #CBDFB2
Complementary color
Monochromatic Colors of #CBDFB2
Black with #CBDFB2
Text Example
Text Example
White with #CBDFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFB2; }
p { color: rgb(203,223,178); }
H1.HeaderClassName
{
color: #CBDFB2;
}
.AnyTagClassName
{
color: #CBDFB2;
}
</style>
background-color css
<style>
a { background-color: #CBDFB2; }
a { background-color: rgb(203,223,178); }
div.DivClassName
{
background-color: #CBDFB2;
}
.BgClassName
{
background-color: #CBDFB2;
}
</style>
border-color css
<style>
span { border-color: #CBDFB2; }
span { border-color: rgb(203,223,178); }
td.TdClassName
{
border-color: #CBDFB2;
}
.TagClassName
{
border-color: #CBDFB2;
}
</style>