Shades of Reef #CBF0AD
Tints of Reef #CBF0AD
RGB
CMYK
RGB Variations
Color information
#CBF0AD (or 0xCBF0AD) is known color: Reef. HEX triplet: CB, F0 and AD. RGB value is (203,240,173). Sum of RGB (Red+Green+Blue) = 203+240+173=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF0AD is #340F52. Grayscale: #DDDDDD. Windows color (decimal): -3411795 or 11399371. OLE color: 11399371.
HSL color Cylindrical-coordinate representation of color #CBF0AD: hue angle of 93.13º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBF0AD is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 173 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.06 |
| HSL | 93.13º | 0.69% | 0.81% | - |
| HSV(B) | 93.13º | 0.28% | 0.94% | - |
| XYZ | 63.33 | 78.03 | 51.26 | - |
| YUV | 221.3 | 100.74 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 173 | 0.15 | 0 | 0.28 | 0.06 | 93.13 | 0.69 | 0.81 |
| Hex | CB | F0 | AD | F | 0 | 1C | 6 | 5D | 45 | 51 |
| Octal | 313 | 360 | 255 | 17 | 0 | 34 | 6 | 135 | 105 | 121 |
| Binary | 11001011 | 11110000 | 10101101 | 1111 | 0 | 11100 | 110 | 1011101 | 1000101 | 1010001 |
Color Harmonies of #CBF0AD
Complementary color
Monochromatic Colors of #CBF0AD
Black with #CBF0AD
Text Example
Text Example
White with #CBF0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF0AD; }
p { color: rgb(203,240,173); }
H1.HeaderClassName
{
color: #CBF0AD;
}
.AnyTagClassName
{
color: #CBF0AD;
}
</style>
background-color css
<style>
a { background-color: #CBF0AD; }
a { background-color: rgb(203,240,173); }
div.DivClassName
{
background-color: #CBF0AD;
}
.BgClassName
{
background-color: #CBF0AD;
}
</style>
border-color css
<style>
span { border-color: #CBF0AD; }
span { border-color: rgb(203,240,173); }
td.TdClassName
{
border-color: #CBF0AD;
}
.TagClassName
{
border-color: #CBF0AD;
}
</style>