Shades of Reef #CBDFAF
Tints of Reef #CBDFAF
RGB
CMYK
RGB Variations
Color information
#CBDFAF (or 0xCBDFAF) is known color: Reef. HEX triplet: CB, DF and AF. RGB value is (203,223,175). Sum of RGB (Red+Green+Blue) = 203+223+175=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDFAF is #342050. Grayscale: #D3D3D3. Windows color (decimal): -3416145 or 11526091. OLE color: 11526091.
HSL color Cylindrical-coordinate representation of color #CBDFAF: hue angle of 85º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBDFAF is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 175 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.13 |
| HSL | 85º | 0.43% | 0.78% | - |
| HSV(B) | 85º | 0.22% | 0.87% | - |
| XYZ | 58.75 | 68.57 | 50.7 | - |
| YUV | 211.55 | 107.37 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 175 | 0.09 | 0 | 0.22 | 0.13 | 85 | 0.43 | 0.78 |
| Hex | CB | DF | AF | 9 | 0 | 16 | D | 55 | 2B | 4E |
| Octal | 313 | 337 | 257 | 11 | 0 | 26 | 15 | 125 | 53 | 116 |
| Binary | 11001011 | 11011111 | 10101111 | 1001 | 0 | 10110 | 1101 | 1010101 | 101011 | 1001110 |
Color Harmonies of #CBDFAF
Complementary color
Monochromatic Colors of #CBDFAF
Black with #CBDFAF
Text Example
Text Example
White with #CBDFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFAF; }
p { color: rgb(203,223,175); }
H1.HeaderClassName
{
color: #CBDFAF;
}
.AnyTagClassName
{
color: #CBDFAF;
}
</style>
background-color css
<style>
a { background-color: #CBDFAF; }
a { background-color: rgb(203,223,175); }
div.DivClassName
{
background-color: #CBDFAF;
}
.BgClassName
{
background-color: #CBDFAF;
}
</style>
border-color css
<style>
span { border-color: #CBDFAF; }
span { border-color: rgb(203,223,175); }
td.TdClassName
{
border-color: #CBDFAF;
}
.TagClassName
{
border-color: #CBDFAF;
}
</style>