Shades of Reef #CDE5A2
Tints of Reef #CDE5A2
RGB
CMYK
RGB Variations
Color information
#CDE5A2 (or 0xCDE5A2) is known color: Reef. HEX triplet: CD, E5 and A2. RGB value is (205,229,162). Sum of RGB (Red+Green+Blue) = 205+229+162=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 162 (63.67% from 255 or 27.18% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE5A2 is #321A5D. Grayscale: #D6D6D6. Windows color (decimal): -3283550 or 10675661. OLE color: 10675661.
HSL color Cylindrical-coordinate representation of color #CDE5A2: hue angle of 81.49º degrees, saturation: 0.56, 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 #CDE5A2 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 162 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.10 |
| HSL | 81.49º | 0.56% | 0.77% | - |
| HSV(B) | 81.49º | 0.29% | 0.9% | - |
| XYZ | 59.72 | 71.63 | 44.86 | - |
| YUV | 214.19 | 98.55 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 162 | 0.10 | 0 | 0.29 | 0.10 | 81.49 | 0.56 | 0.77 |
| Hex | CD | E5 | A2 | A | 0 | 1D | A | 51 | 38 | 4D |
| Octal | 315 | 345 | 242 | 12 | 0 | 35 | 12 | 121 | 70 | 115 |
| Binary | 11001101 | 11100101 | 10100010 | 1010 | 0 | 11101 | 1010 | 1010001 | 111000 | 1001101 |
Color Harmonies of #CDE5A2
Complementary color
Monochromatic Colors of #CDE5A2
Black with #CDE5A2
Text Example
Text Example
White with #CDE5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5A2; }
p { color: rgb(205,229,162); }
H1.HeaderClassName
{
color: #CDE5A2;
}
.AnyTagClassName
{
color: #CDE5A2;
}
</style>
background-color css
<style>
a { background-color: #CDE5A2; }
a { background-color: rgb(205,229,162); }
div.DivClassName
{
background-color: #CDE5A2;
}
.BgClassName
{
background-color: #CDE5A2;
}
</style>
border-color css
<style>
span { border-color: #CDE5A2; }
span { border-color: rgb(205,229,162); }
td.TdClassName
{
border-color: #CDE5A2;
}
.TagClassName
{
border-color: #CDE5A2;
}
</style>