Shades of Reef #CBEAAD
Tints of Reef #CBEAAD
RGB
CMYK
RGB Variations
Color information
#CBEAAD (or 0xCBEAAD) is known color: Reef. HEX triplet: CB, EA and AD. RGB value is (203,234,173). Sum of RGB (Red+Green+Blue) = 203+234+173=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEAAD is #341552. Grayscale: #D9D9D9. Windows color (decimal): -3413331 or 11397835. OLE color: 11397835.
HSL color Cylindrical-coordinate representation of color #CBEAAD: hue angle of 90.49º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBEAAD is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 173 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.08 |
| HSL | 90.49º | 0.59% | 0.8% | - |
| HSV(B) | 90.49º | 0.26% | 0.92% | - |
| XYZ | 61.59 | 74.56 | 50.68 | - |
| YUV | 217.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 173 | 0.13 | 0 | 0.26 | 0.08 | 90.49 | 0.59 | 0.8 |
| Hex | CB | EA | AD | D | 0 | 1A | 8 | 5A | 3B | 50 |
| Octal | 313 | 352 | 255 | 15 | 0 | 32 | 10 | 132 | 73 | 120 |
| Binary | 11001011 | 11101010 | 10101101 | 1101 | 0 | 11010 | 1000 | 1011010 | 111011 | 1010000 |
Color Harmonies of #CBEAAD
Complementary color
Monochromatic Colors of #CBEAAD
Black with #CBEAAD
Text Example
Text Example
White with #CBEAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEAAD; }
p { color: rgb(203,234,173); }
H1.HeaderClassName
{
color: #CBEAAD;
}
.AnyTagClassName
{
color: #CBEAAD;
}
</style>
background-color css
<style>
a { background-color: #CBEAAD; }
a { background-color: rgb(203,234,173); }
div.DivClassName
{
background-color: #CBEAAD;
}
.BgClassName
{
background-color: #CBEAAD;
}
</style>
border-color css
<style>
span { border-color: #CBEAAD; }
span { border-color: rgb(203,234,173); }
td.TdClassName
{
border-color: #CBEAAD;
}
.TagClassName
{
border-color: #CBEAAD;
}
</style>