Shades of Reef #CDEB92
Tints of Reef #CDEB92
RGB
CMYK
RGB Variations
Color information
#CDEB92 (or 0xCDEB92) is known color: Reef. HEX triplet: CD, EB and 92. RGB value is (205,235,146). Sum of RGB (Red+Green+Blue) = 205+235+146=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 146 (57.42% from 255 or 24.91% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEB92 is #32146D. Grayscale: #D8D8D8. Windows color (decimal): -3282030 or 9628621. OLE color: 9628621.
HSL color Cylindrical-coordinate representation of color #CDEB92: hue angle of 80.22º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDEB92 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 146 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.08 |
| HSL | 80.22º | 0.69% | 0.75% | - |
| HSV(B) | 80.22º | 0.38% | 0.92% | - |
| XYZ | 60.07 | 74.47 | 38.4 | - |
| YUV | 215.88 | 88.56 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 146 | 0.13 | 0 | 0.38 | 0.08 | 80.22 | 0.69 | 0.75 |
| Hex | CD | EB | 92 | D | 0 | 26 | 8 | 50 | 45 | 4B |
| Octal | 315 | 353 | 222 | 15 | 0 | 46 | 10 | 120 | 105 | 113 |
| Binary | 11001101 | 11101011 | 10010010 | 1101 | 0 | 100110 | 1000 | 1010000 | 1000101 | 1001011 |
Color Harmonies of #CDEB92
Complementary color
Monochromatic Colors of #CDEB92
Black with #CDEB92
Text Example
Text Example
White with #CDEB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEB92; }
p { color: rgb(205,235,146); }
H1.HeaderClassName
{
color: #CDEB92;
}
.AnyTagClassName
{
color: #CDEB92;
}
</style>
background-color css
<style>
a { background-color: #CDEB92; }
a { background-color: rgb(205,235,146); }
div.DivClassName
{
background-color: #CDEB92;
}
.BgClassName
{
background-color: #CDEB92;
}
</style>
border-color css
<style>
span { border-color: #CDEB92; }
span { border-color: rgb(205,235,146); }
td.TdClassName
{
border-color: #CDEB92;
}
.TagClassName
{
border-color: #CDEB92;
}
</style>