Shades of Reef #CDE69C
Tints of Reef #CDE69C
RGB
CMYK
RGB Variations
Color information
#CDE69C (or 0xCDE69C) is known color: Reef. HEX triplet: CD, E6 and 9C. RGB value is (205,230,156). Sum of RGB (Red+Green+Blue) = 205+230+156=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 156 (61.33% from 255 or 26.40% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE69C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE69C is #321963. Grayscale: #D6D6D6. Windows color (decimal): -3283300 or 10282701. OLE color: 10282701.
HSL color Cylindrical-coordinate representation of color #CDE69C: hue angle of 80.27º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDE69C is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 156 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.10 |
| HSL | 80.27º | 0.6% | 0.76% | - |
| HSV(B) | 80.27º | 0.32% | 0.9% | - |
| XYZ | 59.47 | 71.97 | 42.21 | - |
| YUV | 214.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 156 | 0.11 | 0 | 0.32 | 0.10 | 80.27 | 0.6 | 0.76 |
| Hex | CD | E6 | 9C | B | 0 | 20 | A | 50 | 3C | 4C |
| Octal | 315 | 346 | 234 | 13 | 0 | 40 | 12 | 120 | 74 | 114 |
| Binary | 11001101 | 11100110 | 10011100 | 1011 | 0 | 100000 | 1010 | 1010000 | 111100 | 1001100 |
Color Harmonies of #CDE69C
Complementary color
Monochromatic Colors of #CDE69C
Black with #CDE69C
Text Example
Text Example
White with #CDE69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE69C; }
p { color: rgb(205,230,156); }
H1.HeaderClassName
{
color: #CDE69C;
}
.AnyTagClassName
{
color: #CDE69C;
}
</style>
background-color css
<style>
a { background-color: #CDE69C; }
a { background-color: rgb(205,230,156); }
div.DivClassName
{
background-color: #CDE69C;
}
.BgClassName
{
background-color: #CDE69C;
}
</style>
border-color css
<style>
span { border-color: #CDE69C; }
span { border-color: rgb(205,230,156); }
td.TdClassName
{
border-color: #CDE69C;
}
.TagClassName
{
border-color: #CDE69C;
}
</style>