Shades of Reef #CDE6A7
Tints of Reef #CDE6A7
RGB
CMYK
RGB Variations
Color information
#CDE6A7 (or 0xCDE6A7) is known color: Reef. HEX triplet: CD, E6 and A7. RGB value is (205,230,167). Sum of RGB (Red+Green+Blue) = 205+230+167=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 167 (65.62% from 255 or 27.74% from 602); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE6A7 is #321958. Grayscale: #D7D7D7. Windows color (decimal): -3283289 or 11003597. OLE color: 11003597.
HSL color Cylindrical-coordinate representation of color #CDE6A7: hue angle of 83.81º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDE6A7 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 167 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.10 |
| HSL | 83.81º | 0.56% | 0.78% | - |
| HSV(B) | 83.81º | 0.27% | 0.9% | - |
| XYZ | 60.45 | 72.36 | 47.34 | - |
| YUV | 215.34 | 100.72 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 167 | 0.11 | 0 | 0.27 | 0.10 | 83.81 | 0.56 | 0.78 |
| Hex | CD | E6 | A7 | B | 0 | 1B | A | 54 | 38 | 4E |
| Octal | 315 | 346 | 247 | 13 | 0 | 33 | 12 | 124 | 70 | 116 |
| Binary | 11001101 | 11100110 | 10100111 | 1011 | 0 | 11011 | 1010 | 1010100 | 111000 | 1001110 |
Color Harmonies of #CDE6A7
Complementary color
Monochromatic Colors of #CDE6A7
Black with #CDE6A7
Text Example
Text Example
White with #CDE6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6A7; }
p { color: rgb(205,230,167); }
H1.HeaderClassName
{
color: #CDE6A7;
}
.AnyTagClassName
{
color: #CDE6A7;
}
</style>
background-color css
<style>
a { background-color: #CDE6A7; }
a { background-color: rgb(205,230,167); }
div.DivClassName
{
background-color: #CDE6A7;
}
.BgClassName
{
background-color: #CDE6A7;
}
</style>
border-color css
<style>
span { border-color: #CDE6A7; }
span { border-color: rgb(205,230,167); }
td.TdClassName
{
border-color: #CDE6A7;
}
.TagClassName
{
border-color: #CDE6A7;
}
</style>