Shades of Reef #CBDEAD
Tints of Reef #CBDEAD
RGB
CMYK
RGB Variations
Color information
#CBDEAD (or 0xCBDEAD) is known color: Reef. HEX triplet: CB, DE and AD. RGB value is (203,222,173). Sum of RGB (Red+Green+Blue) = 203+222+173=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDEAD is #342152. Grayscale: #D2D2D2. Windows color (decimal): -3416403 or 11394763. OLE color: 11394763.
HSL color Cylindrical-coordinate representation of color #CBDEAD: hue angle of 83.27º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBDEAD is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 222 | 173 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.13 |
| HSL | 83.27º | 0.43% | 0.77% | - |
| HSV(B) | 83.27º | 0.22% | 0.87% | - |
| XYZ | 58.29 | 67.96 | 49.58 | - |
| YUV | 210.73 | 106.71 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 173 | 0.09 | 0 | 0.22 | 0.13 | 83.27 | 0.43 | 0.77 |
| Hex | CB | DE | AD | 9 | 0 | 16 | D | 53 | 2B | 4D |
| Octal | 313 | 336 | 255 | 11 | 0 | 26 | 15 | 123 | 53 | 115 |
| Binary | 11001011 | 11011110 | 10101101 | 1001 | 0 | 10110 | 1101 | 1010011 | 101011 | 1001101 |
Color Harmonies of #CBDEAD
Complementary color
Monochromatic Colors of #CBDEAD
Black with #CBDEAD
Text Example
Text Example
White with #CBDEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDEAD; }
p { color: rgb(203,222,173); }
H1.HeaderClassName
{
color: #CBDEAD;
}
.AnyTagClassName
{
color: #CBDEAD;
}
</style>
background-color css
<style>
a { background-color: #CBDEAD; }
a { background-color: rgb(203,222,173); }
div.DivClassName
{
background-color: #CBDEAD;
}
.BgClassName
{
background-color: #CBDEAD;
}
</style>
border-color css
<style>
span { border-color: #CBDEAD; }
span { border-color: rgb(203,222,173); }
td.TdClassName
{
border-color: #CBDEAD;
}
.TagClassName
{
border-color: #CBDEAD;
}
</style>