Shades of Reef #CDE8A3
Tints of Reef #CDE8A3
RGB
CMYK
RGB Variations
Color information
#CDE8A3 (or 0xCDE8A3) is known color: Reef. HEX triplet: CD, E8 and A3. RGB value is (205,232,163). Sum of RGB (Red+Green+Blue) = 205+232+163=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 232 (91.02% from 255 or 38.67% from 600); Blue value is 163 (64.06% from 255 or 27.17% from 600); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE8A3 is #32175C. Grayscale: #D8D8D8. Windows color (decimal): -3282781 or 10741965. OLE color: 10741965.
HSL color Cylindrical-coordinate representation of color #CDE8A3: hue angle of 83.48º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDE8A3 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 163 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.09 |
| HSL | 83.48º | 0.6% | 0.77% | - |
| HSV(B) | 83.48º | 0.3% | 0.91% | - |
| XYZ | 60.64 | 73.34 | 45.61 | - |
| YUV | 216.06 | 98.05 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 163 | 0.12 | 0 | 0.30 | 0.09 | 83.48 | 0.6 | 0.77 |
| Hex | CD | E8 | A3 | C | 0 | 1E | 9 | 53 | 3C | 4D |
| Octal | 315 | 350 | 243 | 14 | 0 | 36 | 11 | 123 | 74 | 115 |
| Binary | 11001101 | 11101000 | 10100011 | 1100 | 0 | 11110 | 1001 | 1010011 | 111100 | 1001101 |
Color Harmonies of #CDE8A3
Complementary color
Monochromatic Colors of #CDE8A3
Black with #CDE8A3
Text Example
Text Example
White with #CDE8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE8A3; }
p { color: rgb(205,232,163); }
H1.HeaderClassName
{
color: #CDE8A3;
}
.AnyTagClassName
{
color: #CDE8A3;
}
</style>
background-color css
<style>
a { background-color: #CDE8A3; }
a { background-color: rgb(205,232,163); }
div.DivClassName
{
background-color: #CDE8A3;
}
.BgClassName
{
background-color: #CDE8A3;
}
</style>
border-color css
<style>
span { border-color: #CDE8A3; }
span { border-color: rgb(205,232,163); }
td.TdClassName
{
border-color: #CDE8A3;
}
.TagClassName
{
border-color: #CDE8A3;
}
</style>