Shades of Reef #CDEB95
Tints of Reef #CDEB95
RGB
CMYK
RGB Variations
Color information
#CDEB95 (or 0xCDEB95) is known color: Reef. HEX triplet: CD, EB and 95. RGB value is (205,235,149). Sum of RGB (Red+Green+Blue) = 205+235+149=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEB95 is #32146A. Grayscale: #D8D8D8. Windows color (decimal): -3282027 or 9825229. OLE color: 9825229.
HSL color Cylindrical-coordinate representation of color #CDEB95: hue angle of 80.93º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDEB95 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 149 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.08 |
| HSL | 80.93º | 0.68% | 0.75% | - |
| HSV(B) | 80.93º | 0.37% | 0.92% | - |
| XYZ | 60.31 | 74.57 | 39.65 | - |
| YUV | 216.23 | 90.06 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 149 | 0.13 | 0 | 0.37 | 0.08 | 80.93 | 0.68 | 0.75 |
| Hex | CD | EB | 95 | D | 0 | 25 | 8 | 51 | 44 | 4B |
| Octal | 315 | 353 | 225 | 15 | 0 | 45 | 10 | 121 | 104 | 113 |
| Binary | 11001101 | 11101011 | 10010101 | 1101 | 0 | 100101 | 1000 | 1010001 | 1000100 | 1001011 |
Color Harmonies of #CDEB95
Complementary color
Monochromatic Colors of #CDEB95
Black with #CDEB95
Text Example
Text Example
White with #CDEB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEB95; }
p { color: rgb(205,235,149); }
H1.HeaderClassName
{
color: #CDEB95;
}
.AnyTagClassName
{
color: #CDEB95;
}
</style>
background-color css
<style>
a { background-color: #CDEB95; }
a { background-color: rgb(205,235,149); }
div.DivClassName
{
background-color: #CDEB95;
}
.BgClassName
{
background-color: #CDEB95;
}
</style>
border-color css
<style>
span { border-color: #CDEB95; }
span { border-color: rgb(205,235,149); }
td.TdClassName
{
border-color: #CDEB95;
}
.TagClassName
{
border-color: #CDEB95;
}
</style>