Shades of Reef #CDEA9D
Tints of Reef #CDEA9D
RGB
CMYK
RGB Variations
Color information
#CDEA9D (or 0xCDEA9D) is known color: Reef. HEX triplet: CD, EA and 9D. RGB value is (205,234,157). Sum of RGB (Red+Green+Blue) = 205+234+157=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 157 (61.72% from 255 or 26.34% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEA9D is #321562. Grayscale: #D8D8D8. Windows color (decimal): -3282275 or 10349261. OLE color: 10349261.
HSL color Cylindrical-coordinate representation of color #CDEA9D: hue angle of 82.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDEA9D is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 157 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.08 |
| HSL | 82.6º | 0.65% | 0.77% | - |
| HSV(B) | 82.6º | 0.33% | 0.92% | - |
| XYZ | 60.69 | 74.26 | 43.03 | - |
| YUV | 216.55 | 94.39 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 157 | 0.12 | 0 | 0.33 | 0.08 | 82.6 | 0.65 | 0.77 |
| Hex | CD | EA | 9D | C | 0 | 21 | 8 | 53 | 41 | 4D |
| Octal | 315 | 352 | 235 | 14 | 0 | 41 | 10 | 123 | 101 | 115 |
| Binary | 11001101 | 11101010 | 10011101 | 1100 | 0 | 100001 | 1000 | 1010011 | 1000001 | 1001101 |
Color Harmonies of #CDEA9D
Complementary color
Monochromatic Colors of #CDEA9D
Black with #CDEA9D
Text Example
Text Example
White with #CDEA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEA9D; }
p { color: rgb(205,234,157); }
H1.HeaderClassName
{
color: #CDEA9D;
}
.AnyTagClassName
{
color: #CDEA9D;
}
</style>
background-color css
<style>
a { background-color: #CDEA9D; }
a { background-color: rgb(205,234,157); }
div.DivClassName
{
background-color: #CDEA9D;
}
.BgClassName
{
background-color: #CDEA9D;
}
</style>
border-color css
<style>
span { border-color: #CDEA9D; }
span { border-color: rgb(205,234,157); }
td.TdClassName
{
border-color: #CDEA9D;
}
.TagClassName
{
border-color: #CDEA9D;
}
</style>