Shades of Reef #CDEAA5
Tints of Reef #CDEAA5
RGB
CMYK
RGB Variations
Color information
#CDEAA5 (or 0xCDEAA5) is known color: Reef. HEX triplet: CD, EA and A5. RGB value is (205,234,165). Sum of RGB (Red+Green+Blue) = 205+234+165=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEAA5 is #32155A. Grayscale: #D9D9D9. Windows color (decimal): -3282267 or 10873549. OLE color: 10873549.
HSL color Cylindrical-coordinate representation of color #CDEAA5: hue angle of 85.22º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDEAA5 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 165 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.08 |
| HSL | 85.22º | 0.62% | 0.78% | - |
| HSV(B) | 85.22º | 0.29% | 0.92% | - |
| XYZ | 61.39 | 74.54 | 46.75 | - |
| YUV | 217.46 | 98.39 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 165 | 0.12 | 0 | 0.29 | 0.08 | 85.22 | 0.62 | 0.78 |
| Hex | CD | EA | A5 | C | 0 | 1D | 8 | 55 | 3E | 4E |
| Octal | 315 | 352 | 245 | 14 | 0 | 35 | 10 | 125 | 76 | 116 |
| Binary | 11001101 | 11101010 | 10100101 | 1100 | 0 | 11101 | 1000 | 1010101 | 111110 | 1001110 |
Color Harmonies of #CDEAA5
Complementary color
Monochromatic Colors of #CDEAA5
Black with #CDEAA5
Text Example
Text Example
White with #CDEAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEAA5; }
p { color: rgb(205,234,165); }
H1.HeaderClassName
{
color: #CDEAA5;
}
.AnyTagClassName
{
color: #CDEAA5;
}
</style>
background-color css
<style>
a { background-color: #CDEAA5; }
a { background-color: rgb(205,234,165); }
div.DivClassName
{
background-color: #CDEAA5;
}
.BgClassName
{
background-color: #CDEAA5;
}
</style>
border-color css
<style>
span { border-color: #CDEAA5; }
span { border-color: rgb(205,234,165); }
td.TdClassName
{
border-color: #CDEAA5;
}
.TagClassName
{
border-color: #CDEAA5;
}
</style>