Shades of Reef #CDE6A4
Tints of Reef #CDE6A4
RGB
CMYK
RGB Variations
Color information
#CDE6A4 (or 0xCDE6A4) is known color: Reef. HEX triplet: CD, E6 and A4. RGB value is (205,230,164). Sum of RGB (Red+Green+Blue) = 205+230+164=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 164 (64.45% from 255 or 27.38% from 599); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE6A4 is #32195B. Grayscale: #D7D7D7. Windows color (decimal): -3283292 or 10806989. OLE color: 10806989.
HSL color Cylindrical-coordinate representation of color #CDE6A4: hue angle of 82.73º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDE6A4 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 164 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.10 |
| HSL | 82.73º | 0.57% | 0.77% | - |
| HSV(B) | 82.73º | 0.29% | 0.9% | - |
| XYZ | 60.17 | 72.25 | 45.9 | - |
| YUV | 215 | 99.22 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 164 | 0.11 | 0 | 0.29 | 0.10 | 82.73 | 0.57 | 0.77 |
| Hex | CD | E6 | A4 | B | 0 | 1D | A | 53 | 39 | 4D |
| Octal | 315 | 346 | 244 | 13 | 0 | 35 | 12 | 123 | 71 | 115 |
| Binary | 11001101 | 11100110 | 10100100 | 1011 | 0 | 11101 | 1010 | 1010011 | 111001 | 1001101 |
Color Harmonies of #CDE6A4
Complementary color
Monochromatic Colors of #CDE6A4
Black with #CDE6A4
Text Example
Text Example
White with #CDE6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6A4; }
p { color: rgb(205,230,164); }
H1.HeaderClassName
{
color: #CDE6A4;
}
.AnyTagClassName
{
color: #CDE6A4;
}
</style>
background-color css
<style>
a { background-color: #CDE6A4; }
a { background-color: rgb(205,230,164); }
div.DivClassName
{
background-color: #CDE6A4;
}
.BgClassName
{
background-color: #CDE6A4;
}
</style>
border-color css
<style>
span { border-color: #CDE6A4; }
span { border-color: rgb(205,230,164); }
td.TdClassName
{
border-color: #CDE6A4;
}
.TagClassName
{
border-color: #CDE6A4;
}
</style>