Shades of Reef #CDE0A3
Tints of Reef #CDE0A3
RGB
CMYK
RGB Variations
Color information
#CDE0A3 (or 0xCDE0A3) is known color: Reef. HEX triplet: CD, E0 and A3. RGB value is (205,224,163). Sum of RGB (Red+Green+Blue) = 205+224+163=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 163 (64.06% from 255 or 27.53% from 592); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE0A3 is #321F5C. Grayscale: #D3D3D3. Windows color (decimal): -3284829 or 10739917. OLE color: 10739917.
HSL color Cylindrical-coordinate representation of color #CDE0A3: hue angle of 78.69º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDE0A3 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 163 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.12 |
| HSL | 78.69º | 0.5% | 0.76% | - |
| HSV(B) | 78.69º | 0.27% | 0.88% | - |
| XYZ | 58.44 | 68.93 | 44.88 | - |
| YUV | 211.37 | 100.71 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 163 | 0.08 | 0 | 0.27 | 0.12 | 78.69 | 0.5 | 0.76 |
| Hex | CD | E0 | A3 | 8 | 0 | 1B | C | 4F | 32 | 4C |
| Octal | 315 | 340 | 243 | 10 | 0 | 33 | 14 | 117 | 62 | 114 |
| Binary | 11001101 | 11100000 | 10100011 | 1000 | 0 | 11011 | 1100 | 1001111 | 110010 | 1001100 |
Color Harmonies of #CDE0A3
Complementary color
Monochromatic Colors of #CDE0A3
Black with #CDE0A3
Text Example
Text Example
White with #CDE0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0A3; }
p { color: rgb(205,224,163); }
H1.HeaderClassName
{
color: #CDE0A3;
}
.AnyTagClassName
{
color: #CDE0A3;
}
</style>
background-color css
<style>
a { background-color: #CDE0A3; }
a { background-color: rgb(205,224,163); }
div.DivClassName
{
background-color: #CDE0A3;
}
.BgClassName
{
background-color: #CDE0A3;
}
</style>
border-color css
<style>
span { border-color: #CDE0A3; }
span { border-color: rgb(205,224,163); }
td.TdClassName
{
border-color: #CDE0A3;
}
.TagClassName
{
border-color: #CDE0A3;
}
</style>