Shades of Reef #CDE1A0
Tints of Reef #CDE1A0
RGB
CMYK
RGB Variations
Color information
#CDE1A0 (or 0xCDE1A0) is known color: Reef. HEX triplet: CD, E1 and A0. RGB value is (205,225,160). Sum of RGB (Red+Green+Blue) = 205+225+160=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE1A0 is #321E5F. Grayscale: #D3D3D3. Windows color (decimal): -3284576 or 10543565. OLE color: 10543565.
HSL color Cylindrical-coordinate representation of color #CDE1A0: hue angle of 78.46º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDE1A0 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 160 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.12 |
| HSL | 78.46º | 0.52% | 0.75% | - |
| HSV(B) | 78.46º | 0.29% | 0.88% | - |
| XYZ | 58.45 | 69.37 | 43.57 | - |
| YUV | 211.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 160 | 0.09 | 0 | 0.29 | 0.12 | 78.46 | 0.52 | 0.75 |
| Hex | CD | E1 | A0 | 9 | 0 | 1D | C | 4E | 34 | 4B |
| Octal | 315 | 341 | 240 | 11 | 0 | 35 | 14 | 116 | 64 | 113 |
| Binary | 11001101 | 11100001 | 10100000 | 1001 | 0 | 11101 | 1100 | 1001110 | 110100 | 1001011 |
Color Harmonies of #CDE1A0
Complementary color
Monochromatic Colors of #CDE1A0
Black with #CDE1A0
Text Example
Text Example
White with #CDE1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1A0; }
p { color: rgb(205,225,160); }
H1.HeaderClassName
{
color: #CDE1A0;
}
.AnyTagClassName
{
color: #CDE1A0;
}
</style>
background-color css
<style>
a { background-color: #CDE1A0; }
a { background-color: rgb(205,225,160); }
div.DivClassName
{
background-color: #CDE1A0;
}
.BgClassName
{
background-color: #CDE1A0;
}
</style>
border-color css
<style>
span { border-color: #CDE1A0; }
span { border-color: rgb(205,225,160); }
td.TdClassName
{
border-color: #CDE1A0;
}
.TagClassName
{
border-color: #CDE1A0;
}
</style>