Shades of Reef #CDEB97
Tints of Reef #CDEB97
RGB
CMYK
RGB Variations
Color information
#CDEB97 (or 0xCDEB97) is known color: Reef. HEX triplet: CD, EB and 97. RGB value is (205,235,151). Sum of RGB (Red+Green+Blue) = 205+235+151=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 151 (59.38% from 255 or 25.55% from 591); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEB97 is #321468. Grayscale: #D8D8D8. Windows color (decimal): -3282025 or 9956301. OLE color: 9956301.
HSL color Cylindrical-coordinate representation of color #CDEB97: hue angle of 81.43º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDEB97 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 151 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.08 |
| HSL | 81.43º | 0.68% | 0.76% | - |
| HSV(B) | 81.43º | 0.36% | 0.92% | - |
| XYZ | 60.47 | 74.63 | 40.5 | - |
| YUV | 216.45 | 91.06 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 151 | 0.13 | 0 | 0.36 | 0.08 | 81.43 | 0.68 | 0.76 |
| Hex | CD | EB | 97 | D | 0 | 24 | 8 | 51 | 44 | 4C |
| Octal | 315 | 353 | 227 | 15 | 0 | 44 | 10 | 121 | 104 | 114 |
| Binary | 11001101 | 11101011 | 10010111 | 1101 | 0 | 100100 | 1000 | 1010001 | 1000100 | 1001100 |
Color Harmonies of #CDEB97
Complementary color
Monochromatic Colors of #CDEB97
Black with #CDEB97
Text Example
Text Example
White with #CDEB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEB97; }
p { color: rgb(205,235,151); }
H1.HeaderClassName
{
color: #CDEB97;
}
.AnyTagClassName
{
color: #CDEB97;
}
</style>
background-color css
<style>
a { background-color: #CDEB97; }
a { background-color: rgb(205,235,151); }
div.DivClassName
{
background-color: #CDEB97;
}
.BgClassName
{
background-color: #CDEB97;
}
</style>
border-color css
<style>
span { border-color: #CDEB97; }
span { border-color: rgb(205,235,151); }
td.TdClassName
{
border-color: #CDEB97;
}
.TagClassName
{
border-color: #CDEB97;
}
</style>