Shades of Reef #CDE6A5
Tints of Reef #CDE6A5
RGB
CMYK
RGB Variations
Color information
#CDE6A5 (or 0xCDE6A5) is known color: Reef. HEX triplet: CD, E6 and A5. RGB value is (205,230,165). Sum of RGB (Red+Green+Blue) = 205+230+165=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 165 (64.84% from 255 or 27.5% from 600); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE6A5 is #32195A. Grayscale: #D7D7D7. Windows color (decimal): -3283291 or 10872525. OLE color: 10872525.
HSL color Cylindrical-coordinate representation of color #CDE6A5: hue angle of 83.08º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDE6A5 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 165 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.10 |
| HSL | 83.08º | 0.57% | 0.77% | - |
| HSV(B) | 83.08º | 0.28% | 0.9% | - |
| XYZ | 60.27 | 72.29 | 46.37 | - |
| YUV | 215.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 165 | 0.11 | 0 | 0.28 | 0.10 | 83.08 | 0.57 | 0.77 |
| Hex | CD | E6 | A5 | B | 0 | 1C | A | 53 | 39 | 4D |
| Octal | 315 | 346 | 245 | 13 | 0 | 34 | 12 | 123 | 71 | 115 |
| Binary | 11001101 | 11100110 | 10100101 | 1011 | 0 | 11100 | 1010 | 1010011 | 111001 | 1001101 |
Color Harmonies of #CDE6A5
Complementary color
Monochromatic Colors of #CDE6A5
Black with #CDE6A5
Text Example
Text Example
White with #CDE6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6A5; }
p { color: rgb(205,230,165); }
H1.HeaderClassName
{
color: #CDE6A5;
}
.AnyTagClassName
{
color: #CDE6A5;
}
</style>
background-color css
<style>
a { background-color: #CDE6A5; }
a { background-color: rgb(205,230,165); }
div.DivClassName
{
background-color: #CDE6A5;
}
.BgClassName
{
background-color: #CDE6A5;
}
</style>
border-color css
<style>
span { border-color: #CDE6A5; }
span { border-color: rgb(205,230,165); }
td.TdClassName
{
border-color: #CDE6A5;
}
.TagClassName
{
border-color: #CDE6A5;
}
</style>